Skip to content

Commit

Permalink
Merge pull request #80 from Marukome0743/main
Browse files Browse the repository at this point in the history
⚡perf: use turbopack
  • Loading branch information
Marukome0743 authored Jan 19, 2024
2 parents bd0d2fe + a185382 commit b1ff37f
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 @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "bunx @biomejs/biome check --apply ."
Expand Down

0 comments on commit b1ff37f

Please sign in to comment.