Skip to content

Commit dce96c1

Browse files
fix: update cursor rules globs to match monorepo structure
- Change globs from app/**/*.tsx to apps/**/app/**/*.tsx - Add packages/**/*.tsx to include shared packages - Ensures cursor rules apply to correct file paths in monorepo
1 parent d89bfe8 commit dce96c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cursorrules/lambda-curry-forms.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Guidelines for using @lambdacurry/forms library with Remix Hook Form and Zod validation
3-
globs: app/**/*.tsx, app/**/*.ts, components/**/*.tsx, components/**/*.ts
3+
globs: apps/**/app/**/*.tsx, apps/**/app/**/*.ts, packages/**/*.tsx, packages/**/*.ts
44
alwaysApply: true
55
---
66

0 commit comments

Comments
 (0)