From df284f6ee5623c450e6104e46701322109a6827c Mon Sep 17 00:00:00 2001 From: Faraazuddin Mohammed Date: Thu, 7 May 2026 02:27:39 -0400 Subject: [PATCH] chore(deploy): vercel.json for monorepo build --- vercel.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..3f4a6d7 --- /dev/null +++ b/vercel.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://openapi.vercel.sh/vercel.json", + "framework": "vite", + "installCommand": "npm install", + "buildCommand": "npm run build && npm run build -w @tokenometer/web", + "outputDirectory": "packages/web/dist" +}