From 39cd93c81ec155656aa6bcc529eea4c8398318bb Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Sat, 3 Jan 2026 14:12:27 -0600 Subject: [PATCH] Move services.ts --- .beads/issues.jsonl | 1 + express/{services.ts => services/index.ts} | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) rename express/{services.ts => services/index.ts} (80%) diff --git a/.beads/issues.jsonl b/.beads/issues.jsonl index 49047b5..ea25142 100644 --- a/.beads/issues.jsonl +++ b/.beads/issues.jsonl @@ -1,3 +1,4 @@ {"id":"diachron-2vh","title":"Add unit testing to golang programs","status":"open","priority":2,"issue_type":"task","created_at":"2026-01-03T12:31:41.281891462-06:00","created_by":"mw","updated_at":"2026-01-03T12:31:41.281891462-06:00"} {"id":"diachron-64w","title":"Add unit testing to express backend","status":"open","priority":2,"issue_type":"task","created_at":"2026-01-03T12:31:30.439206099-06:00","created_by":"mw","updated_at":"2026-01-03T12:31:30.439206099-06:00"} {"id":"diachron-fzd","title":"Add generic 'user' functionality","status":"open","priority":2,"issue_type":"task","created_at":"2026-01-03T12:35:53.73213604-06:00","created_by":"mw","updated_at":"2026-01-03T12:35:53.73213604-06:00"} +{"id":"diachron-ngx","title":"Teach the master and/or build process to send messages with notify-send when builds fail or succeed. Ideally this will be fairly generic.","status":"open","priority":2,"issue_type":"task","created_at":"2026-01-03T14:10:11.773218844-06:00","created_by":"mw","updated_at":"2026-01-03T14:10:11.773218844-06:00"} diff --git a/express/services.ts b/express/services/index.ts similarity index 80% rename from express/services.ts rename to express/services/index.ts index e8e4457..0d22f51 100644 --- a/express/services.ts +++ b/express/services/index.ts @@ -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({