From 5a74bcf81b659794996178574743eec8ff8e2aae Mon Sep 17 00:00:00 2001 From: Linus Waldowsky Date: Sat, 28 Feb 2026 17:37:44 +0100 Subject: [PATCH] deploy --- apps/client/src/Themes.tsx | 4 ++-- apps/server/src/app.ts | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/apps/client/src/Themes.tsx b/apps/client/src/Themes.tsx index 9c3eb72..9551a1f 100644 --- a/apps/client/src/Themes.tsx +++ b/apps/client/src/Themes.tsx @@ -20,8 +20,8 @@ export type Theme = { export const THEMES = { defaultLight: { - // chatBot: "#DE6C20", - chatBot: "#324121", + chatBot: "#DE6C20", + // chatBot: "#324121", primeFg: "#3B3329", primeBg: "#FFEEDE", secondaryBg: "#FFFFFF", diff --git a/apps/server/src/app.ts b/apps/server/src/app.ts index 72baabf..29365f1 100644 --- a/apps/server/src/app.ts +++ b/apps/server/src/app.ts @@ -87,6 +87,11 @@ app.get("/health", (_, res) => { res.json({ status: "ok" }); }); + +app.get("/deploy", (_, res) => { + res.json({ status: "deploy" }); +}); + // Version endpoint app.get("/version", (_, res) => { res.json({