This commit is contained in:
Christopher Cookman 2025-08-31 23:36:33 -06:00
parent e615d6e441
commit 95ef21312d

View file

@ -1,6 +1,7 @@
const db = global.db;
const { EventEmitter } = require('events');
const log = require("./logger");
require("dotenv").config({quiet:true});
log.info("Starting event watcher...");