Disable auto-seeding on startup and fix manual seed script
This commit is contained in:
@@ -37,8 +37,4 @@ done
|
||||
|
||||
npx prisma db push
|
||||
|
||||
if [ "${CF_RUN_SEED_ON_START:-0}" = "1" ]; then
|
||||
node prisma/seed.mjs
|
||||
fi
|
||||
|
||||
exec npm run dev -- --host 0.0.0.0 --port 3000
|
||||
|
||||
Reference in New Issue
Block a user