Make default routeTree.gen.ts
file more auto-descriptive?
#2052
swierzbicki
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
You can change the defaults: https://tanstack.com/router/latest/docs/framework/react/guide/file-based-routing#configuration. See the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Is it possible to change default file name to more explicit and auto-descriptive?
For example:
routeTree.generated.ts
routeTree.autogenerated.ts
It is not so obvious that
gen
meansgenerate...
So it would be always easier for people who are not familiar with the TanStack Router library.
Beta Was this translation helpful? Give feedback.
All reactions