fix build

This commit is contained in:
2026-03-29 14:09:10 -05:00
parent 31e539102b
commit 84571c3516
3 changed files with 8 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
PORT=8080
NODE_ENV=development
DATABASE_URL=file:./dev.db
DATABASE_URL=file:./prisma/dev.db
JWT_SECRET=change-me-in-production
LOG_LEVEL=info
CORS_ORIGIN=http://localhost:5173