Browse Source

Specify Deno as the preferred runtime in Cursor rules

master
buttercat1791 8 months ago
parent
commit
825dee1584
  1. 1
      .cursor/rules/alexandria.mdc

1
.cursor/rules/alexandria.mdc

@ -58,6 +58,7 @@ NEVER assume developer intent. If you are unsure about something, ALWAYS stop an @@ -58,6 +58,7 @@ NEVER assume developer intent. If you are unsure about something, ALWAYS stop an
### General Guidance
- Prefer to use Deno to manage dependencies, build the project, and run tests.
- Use snake_case names for plain TypeScript files.
- Use comments sparingly; aim to make code readable and self-documenting.

Loading…
Cancel
Save