using static frontend build path for static expresss

This commit is contained in:
2025-10-28 17:29:15 +01:00
parent 5a8b7e89d7
commit 840b4384a5
4 changed files with 13 additions and 3889 deletions

5
.env.production Normal file
View File

@@ -0,0 +1,5 @@
# .env.production example
NODE_ENV=production
JWT_SECRET=your-super-secure-minimum-32-character-secret-key-here
DATABASE_PATH=/app/data/production.db
FRONTEND_BUILD_PATH=/app/frontend-build