We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b74832 commit e03454fCopy full SHA for e03454f
package.json
@@ -3,9 +3,9 @@
3
"version": "0.1.0",
4
"private": true,
5
"scripts": {
6
- "dev": "next dev",
+ "dev": "HOST=0.0.0.0 PORT=3000 next dev",
7
"build": "next build",
8
- "start": "next start",
+ "start": "HOST=0.0.0.0 PORT=3000 next start",
9
"lint": "next lint"
10
},
11
"dependencies": {
0 commit comments