mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 04:39:06 +00:00
github debug
This commit is contained in:
@@ -32,7 +32,10 @@ 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 (1 === 1) {
|
||||||
|
console.error(process.env);
|
||||||
|
throw new Error("hello");
|
||||||
|
}
|
||||||
|
|
||||||
if (isCI) {
|
if (isCI) {
|
||||||
// "noop"
|
// "noop"
|
||||||
|
|||||||
Reference in New Issue
Block a user