Open
Description
🆒 Your use case
- index routes
- dynamic params with
/[<ROUTE_PARAM_NAME>].ts
syntax - dynamic method with
/(<METHOD>).ts
syntax - grouping (implemented with a simple sort)
Optional:
- wildcard
/[...id].ts
(/*
in the route) - wildcard with
/@[...]
prefix (already implemented with wildcard implementation) - apply usage in frontend (eg support jsx-tsx extensions)
Source: directory-structure
🆕 The solution you'd like
All implementations can be find in universal-autoloader
🔍 Alternatives you've considered
No response
ℹ️ Additional info
Related discussion: magne4000/universal-middleware#86