Skip to content

Commit 0546bbd

Browse files
fix: remove turbo flag from dev script
- Removed --turbo flag from next dev command to prevent potential issues with development server - Reverted to standard Next.js development mode for improved stability
1 parent a0214d3 commit 0546bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"build": "next build",
7-
"dev": "next dev --turbo",
7+
"dev": "next dev",
88
"start": "next start",
99
"postinstall": "fumadocs-mdx",
1010
"syncIndex": "tsx scripts/syncIndex.ts",

0 commit comments

Comments
 (0)