From e975ea7e74190ba9d3872b0dd04b9c3c4840df37 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 21 Apr 2025 20:23:51 +0200 Subject: [PATCH] feat: remove unused build and dev commands from Vercel configuration --- docs/vercel.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/vercel.json b/docs/vercel.json index 83a7b0fc8..b27d1ff24 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -1,6 +1,4 @@ { - "buildCommand": "pnpm run build", - "devCommand": "pnpm run dev", "rewrites": [ { "source": "/stats/js/script.js",