修改前端构建方式

This commit is contained in:
537yaha
2026-01-04 21:07:18 +08:00
parent b778eccd61
commit b3863d68de
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint"
},