Disable auto-seeding on startup and fix manual seed script

This commit is contained in:
Ruslan Bakiev
2026-02-19 17:06:00 +07:00
parent a25049989c
commit e5de1b8753
4 changed files with 0 additions and 8 deletions

View File

@@ -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