Skip to content

Commit

Permalink
chore: enable turbopack
Browse files Browse the repository at this point in the history
  • Loading branch information
doinel1a committed Dec 15, 2024
1 parent f5dd23d commit e34a2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"postinstall": "husky & playwright install",
"dev": "next dev",
"dev": "next dev --turbopack",
"build": "next build",
"preview": "next start",
"typecheck": "tsc --noEmit",
Expand Down

0 comments on commit e34a2ea

Please sign in to comment.