Skip to content

Commit 74bfd09

Browse files
authored
added turbopack to both lines; unner
1 parent 771fa87 commit 74bfd09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
"dev": "next dev --turbopack",
7-
"build": "next build",
7+
"build": "next build --turbopack",
88
"start": "next start",
99
"lint": "next lint"
1010
},

0 commit comments

Comments
 (0)