We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0455f0 commit 2af289fCopy full SHA for 2af289f
apps/dashboard/package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"scripts": {
6
"preinstall": "npx only-allow pnpm",
7
- "dev": "next dev",
+ "dev": "next dev --turbo",
8
"build": "next build",
9
"start": "next start",
10
"format": "biome format ./src --write",
0 commit comments