Replies: 1 comment 3 replies
-
|
can you please share a complete reproducer project as a git repo? order in routeTree.gen.ts is not relevant at runtime. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i have something like this in src/routes folder :
i want always
api/$.tsxpriority is higher than{-$locale}/user.tsxbut in routeTree.gen.ts always
{-$locale}is upper thandapiit's mean if i navigate to :
/api/user,{-$locale}/user.tsxcomponent renderedhow can solve this with file routing concepts ?
Beta Was this translation helpful? Give feedback.
All reactions