Skip to content

Commit 374e271

Browse files
committed
turbopack無効化
1 parent b60d945 commit 374e271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"dev": "npm run cf-typegen && next dev --turbopack",
6+
"dev": "npm run cf-typegen && next dev",
77
"build": "npm run cf-typegen && next build",
88
"start": "next start",
99
"lint": "npm run cf-typegen && next lint",

0 commit comments

Comments
 (0)