Is it possibelt to rename the `routeTree.gen.ts` file to `route-tree.gen.ts`?
Is there any way this file name can be configured somewhere? I've always preferred to use kebab-case for my files instead of camelCase, and I'm wondering if I can rename this somehow. Thanks.
2 Replies
exotic-emerald•3mo ago
yes ,see our docs
https://tanstack.com/router/latest/docs/api/file-based-routing#generatedroutetree-required
File-Based Routing API Reference | TanStack Router Docs
TanStack Router's file-based routing is quite flexible and can be configured to suit your project's needs. Configuration options The following options are available for configuring the file-based rout...
fair-roseOP•3mo ago
That was it. Thank you.