Skip to content

Commit

Permalink
chore: next 실행시 turbo 옵션 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
ag502 committed Aug 17, 2024
1 parent 84489a7 commit acf7f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/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": "next dev --turbo",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
Expand Down

0 comments on commit acf7f3f

Please sign in to comment.