From 8a94f6d8bbdb40c071084182d99d0479b78d9689 Mon Sep 17 00:00:00 2001 From: Igor Loskutov Date: Thu, 4 Sep 2025 21:02:50 -0400 Subject: [PATCH] github debug --- www/app/lib/edgeConfig.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/app/lib/edgeConfig.ts b/www/app/lib/edgeConfig.ts index b021c5b5..8d60436b 100644 --- a/www/app/lib/edgeConfig.ts +++ b/www/app/lib/edgeConfig.ts @@ -32,7 +32,10 @@ export function edgeDomainToKey(domain: string) { export async function getConfig() { const domain = new URL(process.env.NEXT_PUBLIC_SITE_URL!).hostname; - console.log(process.env); + if (1 === 1) { + console.error(process.env); + throw new Error("hello"); + } if (isCI) { // "noop"