github debug

This commit is contained in:
Igor Loskutov
2025-09-04 20:55:50 -04:00
parent a5124b599d
commit 1f4ec01e2d

View File

@@ -32,6 +32,8 @@ export function edgeDomainToKey(domain: string) {
export async function getConfig() { export async function getConfig() {
const domain = new URL(process.env.NEXT_PUBLIC_SITE_URL!).hostname; const domain = new URL(process.env.NEXT_PUBLIC_SITE_URL!).hostname;
console.log(process.env);
if (isCI) { if (isCI) {
// "noop" // "noop"
return require("../../config-template").localConfig; return require("../../config-template").localConfig;