fix: remove nginx, serve frontend from Express on port 3000, fix static path

This commit is contained in:
BetterHuman
2026-05-06 03:54:32 +00:00
parent af9873ffed
commit f5067cc19f
3 changed files with 8 additions and 13 deletions
+1 -4
View File
@@ -179,8 +179,5 @@ async function seed() {
seed();
" 2>/dev/null || echo "[start] Seed warning (continuing)"
echo "[start] Starting nginx..."
nginx
echo "[start] Starting Node.js backend on port 5000..."
echo "[start] Starting Node.js backend on port 3000..."
exec node dist/index.js