You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,3 +23,7 @@ Properly use SvelteKit aliases like `$templates` and `$prisma` in imports.
23
23
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.
24
24
25
25
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