This commit is contained in:
legop3
2025-11-13 22:17:29 -05:00
parent d601e9aa82
commit 8c79c70520
26 changed files with 386 additions and 62 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
const { httpServer } = require('../globals/http');
const config = require('../globals/config');
const logger = require('../globals/logger');
const logger = require('../globals/logger').child('httpServer');
httpServer.listen(config.port, () => {
logger.info(`Server listening on :${config.port}`);