Merge branch 'develop'

This commit is contained in:
Warunee Tamkoo 2025-03-11 12:51:35 +07:00
commit c42a79478e

View file

@ -18,9 +18,9 @@ import { initWebSocket } from "./services/webSocket";
async function main() {
await AppDataSource.initialize();
initWebSocket();
// initWebSocket();
const app = express();
app.use(
@ -104,8 +104,6 @@ async function main() {
}
runMessageQueue();
}
main();