From 15082dc4de8eb6171e6e2e8098e9cd513666e8e1 Mon Sep 17 00:00:00 2001 From: Samandar Turgunboyev Date: Thu, 27 Nov 2025 16:18:54 +0500 Subject: [PATCH] react --- vercel.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 8580f21..725b83a 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,14 @@ { "version": 2, - "builds": [{ "src": "package.json", "use": "@vercel/next" }], + "builds": [ + { + "src": "package.json", + "use": "@vercel/next", + "config": { + "installCommand": "npm install --force", + "buildCommand": "npm run build" + } + } + ], "routes": [{ "src": "/(.*)", "dest": "/" }] }