Skip to content

Commit 62cf7f2

Browse files
committed
chore: enable turbopack
1 parent 50fba1c commit 62cf7f2

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
@@ -13,7 +13,7 @@
1313
},
1414
"scripts": {
1515
"postinstall": "husky & playwright install",
16-
"dev": "next dev",
16+
"dev": "next dev --turbopack",
1717
"build": "next build",
1818
"preview": "next start",
1919
"typecheck": "tsc --noEmit",

0 commit comments

Comments
 (0)