Skip to content

Commit

Permalink
Use Turbopack for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Oct 29, 2023
1 parent c894acb commit 2d5340b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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": "sst bind next dev",
"dev": "sst bind next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
Expand All @@ -28,4 +28,4 @@
"aws-cdk-lib": "2.101.1",
"constructs": "10.2.69"
}
}
}

0 comments on commit 2d5340b

Please sign in to comment.