Skip to content

Commit ca65a81

Browse files
committed
fix: remove turbopack option from dev script in package.json
1 parent f0a2936 commit ca65a81

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
"type": "module",
55
"private": true,
66
"scripts": {
7-
"dev": "next dev --turbopack",
7+
"dev": "next dev",
88
"build": "next build",
99
"start": "prisma migrate deploy && next start",
1010
"lint": "next lint",

0 commit comments

Comments
 (0)