Skip to content

Commit e03454f

Browse files
committed
set host and port
1 parent 7b74832 commit e03454f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"dev": "next dev",
6+
"dev": "HOST=0.0.0.0 PORT=3000 next dev",
77
"build": "next build",
8-
"start": "next start",
8+
"start": "HOST=0.0.0.0 PORT=3000 next start",
99
"lint": "next lint"
1010
},
1111
"dependencies": {

0 commit comments

Comments
 (0)