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 4748bb4 commit c4661c8Copy full SHA for c4661c8
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