From fe21523816d6e9a41b7c66d9b2273540b1b50049 Mon Sep 17 00:00:00 2001 From: CJACK Date: Sun, 1 Feb 2026 18:01:26 +0800 Subject: [PATCH] chore: Update Vercel configuration to use `installCommand` for Python dependencies and remove static admin build. --- vercel.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/vercel.json b/vercel.json index 5cfae21..79b3d5c 100644 --- a/vercel.json +++ b/vercel.json @@ -1,14 +1,10 @@ { "version": 2, - "buildCommand": "cd webui && npm install && npm run build", + "installCommand": "pip install -r requirements.txt && cd webui && npm install && npm run build", "builds": [ { "src": "app.py", "use": "@vercel/python" - }, - { - "src": "static/admin/**", - "use": "@vercel/static" } ], "routes": [