diff --git a/vercel.json b/vercel.json new file mode 100644 index 000000000..1586e5afa --- /dev/null +++ b/vercel.json @@ -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" +} \ No newline at end of file