From 9cc1991d0769708a38053fe9c9bf5eff91661e8c Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Thu, 1 Jan 2026 14:54:17 -0600 Subject: [PATCH] Name backend process --- express/app.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/express/app.ts b/express/app.ts index d91a654..1aaa046 100644 --- a/express/app.ts +++ b/express/app.ts @@ -20,6 +20,8 @@ import { methodParser, } from "./types"; +process.title = "express-diachron-app"; + const app = express(); services.logging.log({ source: "logging", text: ["1"] });