Name backend process

This commit is contained in:
2026-01-01 14:54:17 -06:00
parent 5d5a2430ad
commit 9cc1991d07

View File

@@ -20,6 +20,8 @@ import {
methodParser, methodParser,
} from "./types"; } from "./types";
process.title = "express-diachron-app";
const app = express(); const app = express();
services.logging.log({ source: "logging", text: ["1"] }); services.logging.log({ source: "logging", text: ["1"] });