Replies: 1 comment
-
sure the warning can only print the file name instead of the contents. want to create a PR? if you want have non route files in the route directory, you should exclude them via e.g. https://tanstack.com/router/latest/docs/api/file-based-routing#routefileignoreprefix |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi, while migrating from Next to TanStack Router, I found this warning in generator.ts unintuitive: why is the entire file content shown in the output instead of just the file path?
Also, is it a problem if I have other files inside the src/routes directory?
Beta Was this translation helpful? Give feedback.
All reactions