We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f719c commit 0e2e0e3Copy full SHA for 0e2e0e3
package.json
@@ -3,7 +3,7 @@
3
"version": "0.1.0",
4
"private": true,
5
"scripts": {
6
- "dev": "next dev",
+ "dev": "next dev --turbo",
7
"build": "next build",
8
"start": "next start",
9
"lint": "eslint . --ext .ts,.tsx -c .eslintrc.json --fix"
0 commit comments