Explorar el Código

修改前端构建方式

537yaha hace 7 meses
padre
commit
b3863d68de
Se han modificado 1 ficheros con 1 adiciones y 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"
   },