fix build

This commit is contained in:
Stephen Zhou 2026-05-08 23:48:05 +08:00
parent a0e4b71cd8
commit b55706c805
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": "vinext build",
"build:vinext": "vp build",
"dev": "next dev",
"dev:inspect": "next dev --inspect",
"dev:proxy": "tsx ./scripts/dev-hono-proxy.ts",