Explorar o código

修改前端构建方式

537yaha hai 7 meses
pai
achega
b3863d68de
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend/package.json

+ 1 - 1
frontend/package.json

@@ -4,7 +4,7 @@
   "private": true,
   "scripts": {
     "dev": "next dev --turbopack",
-    "build": "next build --turbopack",
+    "build": "next build",
     "start": "next start",
     "lint": "eslint"
   },