Skip to content

Commit

Permalink
Enable all the turbos
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Nov 4, 2024
1 parent 946e202 commit 1f5dac1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/_docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev -p 3006",
"dev": "next dev -p 3006 --turbopack",
"start": "next start",
"postinstall": "fumadocs-mdx"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"scripts": {
"dev": "concurrently \"pnpm:next\" \"pnpm:stripe\"",
"next": "next dev -p 3002",
"next": "next dev -p 3002 --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
Expand Down
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "app",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"dev": "next dev -p 3000 --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "web",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"dev": "next dev -p 3001 --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
Expand Down

0 comments on commit 1f5dac1

Please sign in to comment.