Skip to content

Commit 3967e2a

Browse files
committed
Don’t define port on dev script
1 parent 11bcb2d commit 3967e2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-live-chat-loader-example-app",
33
"version": "0.0.1",
44
"scripts": {
5-
"dev": "next -p 5000",
5+
"dev": "next",
66
"build": "next build",
77
"start": "next start"
88
},

0 commit comments

Comments
 (0)