add cursor rules

This commit is contained in:
Graham McIntire 2025-06-22 19:35:06 -05:00
parent e91ba7f974
commit 942db7e8b6
No known key found for this signature in database

View file

@ -1,5 +1,6 @@
---
description:
globs:
alwaysApply: false
description:
globs:
alwaysApply: true
---
This is an elixir & phoenix project that uses esbuild and as much liveview as possible. Do not directly try to interact with npm. Ensure liveview is used as much as possible to minimize javascript. When writing or changing code, ensure the tests still pass and you did not break other parts of the code by running "mix test".