Skip to content

Commit 8d18bce

Browse files
Update AGENTS.md
1 parent b83d5b2 commit 8d18bce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ Properly use SvelteKit aliases like `$templates` and `$prisma` in imports.
2323
Run `npm run generate-migration -- --name {migrationName}` to create a new database migration. Do not apply migrations as the user will do that after review.
2424

2525
Run `npx prisma generate` after changing the Prisma schema.
26+
27+
## Environment variables
28+
29+
When adding new environment variables, update both `.env.example` and `docker-compose.yml`.

0 commit comments

Comments
 (0)