Files
bigcapital/vercel.json
2023-02-07 23:57:52 +02:00

9 lines
213 B
JSON

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