Files
bigcapital/vercel.json
Ahmed Bouhuolia d244227023 Update vercel.json
2023-03-09 00:24:33 +02:00

7 lines
178 B
JSON

{
"installCommand": "npm install && npm run bootstrap",
"buildCommand": "CI='' npm run build:webapp",
"outputDirectory": "packages/webapp/build",
"nodeVersion": "14.x"
}