Skip to content

Commit

Permalink
Let's TURBO
Browse files Browse the repository at this point in the history
  • Loading branch information
InkoHX committed Apr 22, 2024
1 parent eaff5d0 commit 315af8e
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 @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "mistcss ./src && next build",
"dev": "concurrently 'mistcss ./src --watch' 'next dev'",
"dev": "concurrently 'mistcss ./src --watch' 'next dev --turbo'",
"format": "prettier -w .",
"format:check": "prettier -c .",
"lint": "next lint",
Expand Down

0 comments on commit 315af8e

Please sign in to comment.