Skip to content

Commit 4b1755f

Browse files
committed
revert: 退回 webpack 构建
1 parent 9132812 commit 4b1755f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"dev": "next dev --turbopack -p 3456",
7-
"build": "next build --turbopack",
6+
"dev": "next dev -p 3456",
7+
"build": "next build",
88
"start": "next start -p 3456",
99
"lint": "next lint",
1010
"tauri": "tauri",

0 commit comments

Comments
 (0)