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