mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
chore: add vercel config file
This commit is contained in:
8
vercel.json
Normal file
8
vercel.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"installCommand": "npm install && npm run bootstrap",
|
||||
"buildCommand": "CI='' npm run build:webapp",
|
||||
"outputDirectory": "packages/webapp/build",
|
||||
"rootDirectory": null,
|
||||
"directoryListing": false,
|
||||
"nodeVersion": "14.x"
|
||||
}
|
||||
Reference in New Issue
Block a user