mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-01-31 08:29:08 +01:00
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