You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .coderabbit.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ reviews:
44
44
- "!**/gen/**"
45
45
- "!**/*.gen.ts"
46
46
- "!**/*.gen.js"
47
-
- "!apps/fastify/src/db/migrations/**"
47
+
- "!apps/api/src/db/migrations/**"
48
48
49
49
# Documentation assets
50
50
- "!**/*.png"
@@ -90,7 +90,7 @@ reviews:
90
90
- .cursor/rules/frontend/react.mdc
91
91
- .cursor/rules/base/typescript.mdc
92
92
93
-
- path: "apps/next/**"
93
+
- path: "apps/web/**"
94
94
instructions: |
95
95
- Verify Next.js App Router conventions and React Server Components usage
96
96
- Follow all coding standards defined in:
@@ -111,7 +111,7 @@ reviews:
111
111
- .cursor/rules/base/docs.mdc
112
112
- .cursor/rules/base/typescript.mdc
113
113
114
-
- path: "apps/fastify/**"
114
+
- path: "apps/api/**"
115
115
instructions: |
116
116
- CRITICAL: never edit db/migrations, openapi schema files directly. All migrations must be created through the typical Drizzle flow and OpenAPI is autogenerated. Always validate no discrepancies.
117
117
- Verify Fastify functional patterns and TypeBox schema usage
0 commit comments