Files
bigcapital/vercel.json
2023-02-08 00:00:49 +02:00

9 lines
216 B
JSON

{
"buildCommand": "npm run build:webapp",
"devCommand": "npm run dev:webapp",
"installCommand": "npm install && npm run bootstrap",
"outputDirectory": "packages/webapp/build",
"env": {
"CI": false
}
}