From 4c4c73db2d44f243e6c882f48957b93c40445cd0 Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Tue, 7 Feb 2023 23:57:52 +0200 Subject: [PATCH] chore: add Vercel config file. --- vercel.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vercel.json 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