Files
falah-mobile/netlify.toml
T

15 lines
347 B
TOML
Raw Normal View History

2026-07-02 20:01:48 +08:00
[build]
command = "npx prisma db push && node scripts/seed-db.js && npm run build"
2026-07-02 20:01:48 +08:00
publish = ".next"
[[plugins]]
package = "@netlify/plugin-nextjs"
[context.production]
environment = { NODE_VERSION = "22" }
[context.deploy-preview]
environment = { NODE_VERSION = "22" }
[context.branch-deploy]
environment = { NODE_VERSION = "22" }