Skip to content

Commit 0e2e0e3

Browse files
committedJun 22, 2024
refactor(root): add turbo flag to dev command
1 parent b5f719c commit 0e2e0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"dev": "next dev",
6+
"dev": "next dev --turbo",
77
"build": "next build",
88
"start": "next start",
99
"lint": "eslint . --ext .ts,.tsx -c .eslintrc.json --fix"

0 commit comments

Comments
 (0)
Failed to load comments.