Skip to content

Commit dc74dc0

Browse files
committed
perf(dev): use turbopack
1 parent 1e026a1 commit dc74dc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"node": "^22.9.0"
77
},
88
"scripts": {
9-
"dev": "next dev",
9+
"dev": "next dev --turbo",
1010
"build": "next build",
1111
"analyze": "ANALYZE=true next build",
1212
"start": "serve out",

0 commit comments

Comments
 (0)