Skip to content

Commit de86d0b

Browse files
Federkungrabbou
authored andcommitted
fix: server should listening for all incoming requests by default (#193)
* fix: server should listening for all incoming requests by default * Update server.js
1 parent ec87ccb commit de86d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/server/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default {
2222
},
2323
{
2424
command: '--host [string]',
25-
default: 'localhost',
25+
default: '0.0.0.0',
2626
},
2727
{
2828
command: '--watchFolders [list]',

0 commit comments

Comments
 (0)