feat(backend): debug on
This commit is contained in:
parent
1fc2a85f20
commit
9eebd6f935
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ const {
|
|||
const wsRouter = express.Router();
|
||||
|
||||
let io;
|
||||
const debug = process.env.debug === "1";
|
||||
const debug = true;//process.env.debug === "1";
|
||||
|
||||
const createSocketIOServer = function (server, prefix) {
|
||||
io = _io(server, {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue