| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 0 | 0 | 0 | — |
| Commands | 0 | 0 | 0 | — |
| Section tags | 0 | 0 | 0 | — |
What each file covers
Sections
neither file has anyCommands
neither file has anySection tags
neither file has anyLine diff
Vrooli/Vrooli · .cursor/rules/server.mdc
@@ −1 @@
1---
2description:
3globs: packages/server/src,packages/jobs/src
4alwaysApply: false
5---
6- This is a TypeScript NodeJS server running through ExpressJS.
7- Ensure that the code adheres to our styling rules [.eslintrc](mdc:.eslintrc) [.eslintrc](mdc:packages/server/.eslintrc).
8- See [README.md](mdc:docs/server/README.md) for more information and guidelines
Vrooli/Vrooli · .cursor/rules/ui.mdc
@@ +1 @@
1---
2description:
3globs: *.tsx,packages/ui/src
4alwaysApply: false
5---
6
7- This is a functional React application.
8- Styling is accomplished using `@mui`.
9- Ensure that the code adheres to our styling rules @.eslintrc [.eslintrc](mdc:packages/ui/.eslintrc).
10- See [README.md](mdc:docs/ui/README.md) for more information and guidelines
@@ −1 +1 @@
11 ---
22 description:
3−globs: packages/server/src,packages/jobs/src
3+globs: *.tsx,packages/ui/src
44 alwaysApply: false
55 ---
6−- This is a TypeScript NodeJS server running through ExpressJS.
7−- Ensure that the code adheres to our styling rules [.eslintrc](mdc:.eslintrc) [.eslintrc](mdc:packages/server/.eslintrc).
8−- See [README.md](mdc:docs/server/README.md) for more information and guidelines
6+
7+- This is a functional React application.
8+- Styling is accomplished using `@mui`.
9+- Ensure that the code adheres to our styling rules @.eslintrc [.eslintrc](mdc:packages/ui/.eslintrc).
10+- See [README.md](mdc:docs/ui/README.md) for more information and guidelines
