This commit is contained in:
jpmvaz
2026-09-13 20:20:06 +01:00
commit 6994063c71
93 changed files with 7613 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
echo "Waiting for database to be ready..."
sleep 5
echo "Running database migrations..."
npx prisma db push --skip-generate
echo "Starting application..."
node server.js