Move services.ts

This commit is contained in:
2026-01-03 14:12:27 -06:00
parent c246e0384f
commit 39cd93c81e
2 changed files with 4 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
// services.ts
import { AuthService, InMemoryAuthStore } from "./auth";
import { config } from "./config";
import { getLogs, log } from "./logging";
import { AuthService, InMemoryAuthStore } from "../auth";
import { config } from "../config";
import { getLogs, log } from "../logging";
//const database = Client({