Skip to content

Commit

Permalink
fix: remove turbopack flag from next dev command
Browse files Browse the repository at this point in the history
Removes the experimental --turbopack flag from the next dev command to ensure
stable development environment and avoid potential issues with experimental
features.
  • Loading branch information
ryoppippi committed Jan 30, 2025
1 parent 61c5481 commit 1038628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "bun -b next dev --turbopack",
"dev": "bun -b next dev",
"build": "bun -b next build",
"start": "bun -b next start",
"prepare": "ts-patch install && typia patch"
Expand Down

0 comments on commit 1038628

Please sign in to comment.