Skip to content

Commit 0140a32

Browse files
committed
feat: apps/index port 3001
1 parent 8b0b32d commit 0140a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/index/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"dev": "next dev --turbo",
6+
"dev": "next dev --turbo --port 3001",
77
"build": "next build",
88
"start": "next start",
99
"lint": "next lint"

0 commit comments

Comments
 (0)