chore: add vercel config file

This commit is contained in:
a.bouhuolia
2023-03-09 00:07:52 +02:00
parent 65c23949e6
commit 061fc4fc18

8
vercel.json Normal file
View 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"
}