github debug

This commit is contained in:
Igor Loskutov
2025-09-04 21:02:50 -04:00
parent 1f4ec01e2d
commit 8a94f6d8bb

View File

@@ -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"