Harden MVP runtime and fix packaged desktop white screen

This commit is contained in:
Ryan Lancaster
2026-03-18 13:05:14 -04:00
parent 9302a88aea
commit 4a7b3061ed
14 changed files with 359 additions and 29 deletions

View File

@@ -6,6 +6,8 @@ services:
- "${PORT_BACKEND:-4000}:${PORT_BACKEND:-4000}"
environment:
- PORT=${PORT_BACKEND:-4000}
- PORT_FRONTEND_DEV=${PORT_FRONTEND_DEV:-5173}
- APP_URL=${APP_URL:-http://localhost:5173}
- CORS_ORIGIN=${CORS_ORIGIN:-http://localhost:5173,http://localhost:4000,null}
- WRITE_API_KEY=${WRITE_API_KEY:-}
volumes: