[enter your domain description here]
- All source code is located in
src/directory - All tests are located in
test/directory - All static resources like templates, public keys, etc are located in
resources/directory - All database migrations, seed and SQL scripts are placed into
db/directory, includingmigrations/andseeds/subdirectories
- Use
npm run lintto check for linting errors (ornpm run lint:fixto automatically fix them) - Use
npm run testto run all tests - Use
npm run buildto compile the TypeScript code to JavaScript and get a production bundle
- NEVER run any docker commands
- NEVER run any python commands unless told otherwise
- NEVER run any database migrations, scripts or seeders
- NEVER install third-party dependencies without explicit permission from the user
Use edit-backend skill when making modifications in server-side code.