From 061fc4fc183d772191fdc10cf35ede27c3a0db51 Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Thu, 9 Mar 2023 00:07:52 +0200 Subject: [PATCH] chore: add vercel config file --- vercel.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vercel.json 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