style(auth): format changes to the new config only

This commit is contained in:
2025-04-02 21:24:51 -05:00
parent 3355eb389c
commit b48dd8fa15
3 changed files with 90 additions and 64 deletions

View File

@@ -9,6 +9,7 @@ import { createLog } from "../logger/logger.js";
import { note, notificationCreate } from "./utils/masterNotifications.js";
import { startNotificationMonitor } from "./utils/processNotifications.js";
import notifyStats from "./routes/getActiveNotifications.js";
const app = new OpenAPIHono();
const routes = [sendemail, notifyStats] as const;