first commit

This commit is contained in:
qwer-xyz
2026-06-20 14:22:31 +08:00
commit c2498911ab
793 changed files with 291660 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
set -e
echo "🔄 Running database migrations..."
cd /app/server
npx prisma migrate deploy
echo "🚀 Starting application..."
cd /app
exec node server/dist/app.js