Initial commit - QR Master application
This commit is contained in:
11
vercel.json
Normal file
11
vercel.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"buildCommand": "prisma generate && next build",
|
||||
"outputDirectory": ".next",
|
||||
"framework": "nextjs",
|
||||
"installCommand": "npm install",
|
||||
"build": {
|
||||
"env": {
|
||||
"NODE_OPTIONS": "--max-old-space-size=4096"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user