Files
web/.cursor/rules/general.mdc
T
2025-09-05 21:41:48 +03:00

15 lines
487 B
Plaintext

---
alwaysApply: true
---
When working with this project, follow these rules:
- NEVER do anything i didn't ask you for!
- Use double quotes ("") for strings.
- Do NOT "test the implementation" when you are done. The only exception is when you
need to typecheck or build the app, in that case:
- To typecheck, run "npm run frontend:typecheck".
- To build, run "npm run frontend:build".
- Do NOT "cd" to the project directory.
- If possible, try to update files in a single edit.