mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
chore: add Vercel config file.
This commit is contained in:
9
vercel.json
Normal file
9
vercel.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"buildCommand": "npm run dev:build",
|
||||||
|
"devCommand": "npm run dev:webapp",
|
||||||
|
"installCommand": "npm install && npm run bootstrap",
|
||||||
|
"outputDirectory": "packages/webapp/build",
|
||||||
|
"env": {
|
||||||
|
"CI": false
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user