Improve Cursor rules

This commit is contained in:
2025-09-06 12:26:38 +03:00
Unverified
parent 323f368bc8
commit c88015ae39
+2 -1
View File
@@ -16,4 +16,5 @@ When working with this project, follow these rules:
- Do NOT "cd" to the project directory.
- If possible, try to update files in a single edit.
- When you need a delay, use `await delay(millis);` in an async function. If the current function is not async,
make it async. The import is `<project>/frontend/src/utils/utils`.
make it async. The import is `<project>/frontend/src/utils/utils`.
- When you complete your task, remove unused imports if there are any.