mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 04:05:06 -04:00
Pause when tab is hidden, using visibility change api
This commit is contained in:
parent
1a56b5f1d1
commit
33d74e8c84
68 changed files with 7290 additions and 6933 deletions
|
@ -17,5 +17,5 @@ app.post('/src/levels.json', (req, res) => {
|
|||
})
|
||||
|
||||
app.listen(port, () => {
|
||||
console.log(`Example app listening on port http://localhost:${port}`)
|
||||
console.info(`Editor BE listening on port http://localhost:${port}`)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue