mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-17 06:46:05 +01:00
Update server.ts
This commit is contained in:
@@ -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}`)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user