From f21336f8df256920e4bfb9f62c8100e6b66116e7 Mon Sep 17 00:00:00 2001 From: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Date: Sat, 9 May 2026 00:01:55 +0800 Subject: [PATCH] Revert "fix build" This reverts commit b55706c8053f193260b34feb4527f7e2daf4fa20. --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 63cd18b771..397b66bb38 100644 --- a/web/package.json +++ b/web/package.json @@ -25,7 +25,7 @@ "analyze": "next experimental-analyze", "analyze-component": "node ./scripts/analyze-component.js", "build": "next build", - "build:vinext": "vp build", + "build:vinext": "vinext build", "dev": "next dev", "dev:inspect": "next dev --inspect", "dev:proxy": "tsx ./scripts/dev-hono-proxy.ts",