feat(datamart): initial get active query migrated

This commit is contained in:
2025-04-01 16:20:18 -05:00
parent ee3026fa7c
commit 44507d41c4
12 changed files with 565 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ import os from "os";
import { tryCatch } from "./globalUtils/tryCatch.js";
import { sendEmail } from "./services/notifications/controller/sendMail.js";
import notify from "./services/notifications/notifyService.js";
import eom from "./services/eom/eomService.js";
import dataMart from "./services/dataMart/dataMartService.js";
// create the main prodlogin here
const username = "lst_user";
@@ -100,6 +102,8 @@ const routes = [
loggerService,
ocpService,
notify,
eom,
dataMart,
] as const;
const appRoutes = routes.forEach((route) => {