Files
bigcapital/vercel.json
2023-03-06 01:54:51 +02:00

9 lines
218 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"
}
}