first commit
This commit is contained in:
13
vercel.json
Normal file
13
vercel.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"version": 2,
|
||||
"buildCommand": "npm run build",
|
||||
"installCommand": "npm install",
|
||||
"env": {
|
||||
"PRISMA_GENERATE_DATAPROXY": "true"
|
||||
},
|
||||
"functions": {
|
||||
"app/**/*.{js,ts,tsx}": {
|
||||
"includeFiles": "prisma/schema.prisma"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user