Start-Command für Production hinzufügen

This commit is contained in:
2026-08-30 11:45:30 +02:00
parent e4f9084059
commit 12c0754341
3 changed files with 16 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
set -e
echo "Running database seed..."
npm run db:seed
echo "Starting server..."
exec node .output/server/index.mjs