fix: exclude test files from TanStack Router route tree

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
saltbo
2026-04-13 21:23:25 -04:00
parent a99b1368e6
commit 72218fe06e
+1
View File
@@ -15,6 +15,7 @@ export default defineConfig(({ mode }) => ({
TanStackRouterVite({
routesDirectory: './src/routes',
generatedRouteTree: './src/routeTree.gen.ts',
routeFileIgnorePattern: '.test.ts',
}),
react(),
tailwindcss(),