HOTFIX: Remove migration runner to restore service

This commit is contained in:
cawcenter
2025-12-16 13:27:05 -05:00
parent b455f87bae
commit 0347312c14

View File

@@ -1,5 +1,3 @@
#!/bin/sh #!/bin/sh
echo "Running database migrations..."
node scripts/run-migrations.js || echo "Migrations failed (continuing anyway)"
echo "Starting God Mode..." echo "Starting God Mode..."
exec node ./dist/server/entry.mjs exec node ./dist/server/entry.mjs