18 lines
445 B
TOML
18 lines
445 B
TOML
[build]
|
|
command = "npx prisma db push && node scripts/seed-db.js && npm run build"
|
|
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" }
|
|
|
|
[functions]
|
|
included_files = ["prisma/dev.db", "dev.db", "node_modules/.prisma/client/dev.db"] |