diff --git a/src/app.ts b/src/app.ts index 020f4ab..399ffb8 100644 --- a/src/app.ts +++ b/src/app.ts @@ -1,6 +1,7 @@ - +// Import SystemControl import { SystemControl } from "./models/SystemController"; +// Global system control singleton (global as any).logger = new SystemControl(); /** @@ -8,6 +9,5 @@ import { SystemControl } from "./models/SystemController"; */ async function main() { - } \ No newline at end of file