mirror of
https://github.com/saltbo/zpan.git
synced 2026-08-28 15:51:29 +08:00
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:
@@ -15,6 +15,7 @@ export default defineConfig(({ mode }) => ({
|
||||
TanStackRouterVite({
|
||||
routesDirectory: './src/routes',
|
||||
generatedRouteTree: './src/routeTree.gen.ts',
|
||||
routeFileIgnorePattern: '.test.ts',
|
||||
}),
|
||||
react(),
|
||||
tailwindcss(),
|
||||
|
||||
Reference in New Issue
Block a user