Start-Command für Production hinzufügen

This commit is contained in:
2026-08-30 11:52:45 +02:00
parent f726c53c71
commit 4cdf460f73
2 changed files with 10 additions and 1 deletions
+3
View File
@@ -1,6 +1,9 @@
#!/bin/sh
set -e
echo "Running database migration..."
npm run db:migrate
echo "Running database seed..."
npm run db:seed