add stats

This commit is contained in:
2025-01-18 20:10:54 +09:00
parent 8457312f63
commit 7824ba976b
7 changed files with 22 additions and 6 deletions
+1
View File
@@ -14,6 +14,7 @@ const game = new Game()
app.use('/', express.static('public'))
app.use('/three/', express.static('node_modules/three'))
app.use('/@tweenjs/', express.static('node_modules/@tweenjs'))
app.use('/stats.js/', express.static('node_modules/stats.js'))
app.use(express.urlencoded({ extended: true }))
app.ws('/ws', async (req, res) => {