Skip to content

Commit d8ce0f4

Browse files
authored
Merge pull request #70 from ut-code/disable-turbopack
turbopack無効化
2 parents b60d945 + 374e271 commit d8ce0f4

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)