Files
cog-socket/.cursor/rules/architecture.mdc
Shaheed Azaad e776b7f041 Initial commit
2025-07-12 16:41:30 +02:00

10 lines
354 B
Plaintext

---
description: General structure of the app
globs:
---
# Structure
- Where possible, the app should be separated into an API and frontend components.
- Tests should be written as the app is developed.
- Use package.json to ensure you're using the correct packages to implement features and not installing redundant packages or reinventing the wheel.