Files
padmaja/vercel.json
2026-01-17 14:17:42 +05:30

14 lines
248 B
JSON

{
"version": 2,
"buildCommand": "npm run build",
"installCommand": "npm install",
"env": {
"PRISMA_GENERATE_DATAPROXY": "true"
},
"functions": {
"app/**/*.{js,ts,tsx}": {
"includeFiles": "prisma/schema.prisma"
}
}
}