forked from AkkomaGang/akkoma-fe
Don't autoopen browser.
This commit is contained in:
parent
51c0b6dfd3
commit
43eece2539
1 changed files with 1 additions and 1 deletions
|
@ -66,5 +66,5 @@ module.exports = app.listen(port, function (err) {
|
||||||
}
|
}
|
||||||
var uri = 'http://localhost:' + port
|
var uri = 'http://localhost:' + port
|
||||||
console.log('Listening at ' + uri + '\n')
|
console.log('Listening at ' + uri + '\n')
|
||||||
opn(uri)
|
// opn(uri)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue