Skip to content

Commit d568aec

Browse files
authored
Update development script in package.json to remove turbopack (#292)
1 parent ebd3b49 commit d568aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "https://discoursegraphs.com NextJs Website",
66
"license": "Apache-2.0",
77
"scripts": {
8-
"dev": "next dev --turbopack --port 3000",
8+
"dev": "next dev",
99
"build": "next build --no-lint",
1010
"start": "next start",
1111
"lint": "eslint .",

0 commit comments

Comments
 (0)