mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-28 07:10:00 +00:00
Update server.ts
This commit is contained in:
parent
06ad161e68
commit
7f94d85d67
@ -39,6 +39,7 @@ function start () {
|
|||||||
res.render('index', { req })
|
res.render('index', { req })
|
||||||
})
|
})
|
||||||
|
|
||||||
|
process.umask(0o002)
|
||||||
app.listen(PORT, () => {
|
app.listen(PORT, () => {
|
||||||
console.log(`Node Express server listening on http://localhost:${PORT}`)
|
console.log(`Node Express server listening on http://localhost:${PORT}`)
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user