mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
[ui-server]: fix dev mode switch missing
This commit is contained in:
parent
1f05c39f17
commit
be0a34cc5b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ const app = new Koa()
|
|||
// Create the server and socket.io server
|
||||
const server = http.createServer(app.callback())
|
||||
|
||||
const M = new Roleypoly(null, app) // eslint-disable-line no-unused-vars
|
||||
const M = new Roleypoly(undefined, app) // eslint-disable-line no-unused-vars
|
||||
|
||||
const appKey = process.env.APP_KEY || ''
|
||||
if (appKey === '') {
|
||||
|
|
Loading…
Add table
Reference in a new issue