From d244227023d4b16b2222ff5f3f57b4fc2d4d2d42 Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Thu, 9 Mar 2023 00:24:33 +0200 Subject: [PATCH] Update vercel.json --- vercel.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 +}