chore: add Vercel config file.

This commit is contained in:
a.bouhuolia
2023-02-07 23:57:52 +02:00
parent 0086ee5186
commit 4c4c73db2d

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