diff --git a/vercel.json b/vercel.json index 1586e5afa..b128b598f 100644 --- a/vercel.json +++ b/vercel.json @@ -2,7 +2,5 @@ "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 +}