zerobyte/.fallowrc.json
2026-04-22 22:13:24 +02:00

21 lines
438 B
JSON

{
"entry": [
"app/client.tsx",
"app/router.tsx",
"app/server.ts",
"app/server/plugins/bootstrap.ts",
"openapi-ts.config.ts",
"scripts/create-test-files.ts",
"scripts/patch-api-client.ts"
],
"ignorePatterns": [
"node_modules/**",
".output/**",
"**/api-client/**",
"**/components/ui/**",
"**/routeTree.gen.ts",
"apps/docs/**",
"app/client/hooks/use-mobile.ts",
"app/client/hooks/useMinimumDuration.ts"
]
}