Files
bigcapital/vercel.json
Ahmed Bouhuolia 3076bc2684 Update vercel.json
2023-03-09 00:26:38 +02:00

6 lines
153 B
JSON

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