fix: restore auth fixes — next-auth prisma adapter, serverExternalPackages, prisma db push on start

Made-with: Cursor
This commit is contained in:
2026-02-27 12:30:52 -08:00
parent 8e6406232d
commit 17056ea00c
5 changed files with 9 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
#!/bin/sh
set -e
echo "Starting Next.js server..."
echo "=== Syncing database schema ==="
npx prisma db push --accept-data-loss --skip-generate
echo "=== Starting Next.js server ==="
exec node server.js