redis pub/sub fix

This commit is contained in:
tim
2025-05-06 22:27:14 -04:00
parent 7f4c301491
commit 008b6793d1
7 changed files with 68 additions and 27 deletions

View File

@@ -1,8 +1,10 @@
import 'dotenv/config'
import {httpServer} from "./io.js";
import {initIO} from "./route.js";
import {initLog} from "./init.js";
initLog();
initIO();
const port = parseInt(process.env.DEXORDER_PORT) || 3001;