Skip to content

Commit

Permalink
perf: use turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Dec 8, 2024
1 parent 841650b commit 8c70cce
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": "1.7.4",
"private": true,
"scripts": {
"dev": "next dev -p 3040",
"dev": "next dev --turbopack -p 3040",
"start": "node .next/standalone/server.js",
"lint": "next lint",
"build": "next build && cp -r .next/static .next/standalone/.next/ && cp -r public .next/standalone/",
Expand Down

0 comments on commit 8c70cce

Please sign in to comment.