Revert "fix build"

This reverts commit b55706c805.
This commit is contained in:
Stephen Zhou 2026-05-09 00:01:55 +08:00
parent b55706c805
commit f21336f8df
No known key found for this signature in database

View File

@ -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",