Skip to content

Commit a56d4c6

Browse files
authored
That's actually not a good idea when you e.g. want to access the dev server from your mobile.
1 parent 0866970 commit a56d4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/build/dev-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ devMiddleware.waitUntilValid(() => {
8282
_resolve()
8383
})
8484

85-
var server = app.listen(port, 'localhost')
85+
var server = app.listen(port)
8686

8787
module.exports = {
8888
ready: readyPromise,

0 commit comments

Comments
 (0)