From f8fdba27c92b74622a6024edff814ea652d89977 Mon Sep 17 00:00:00 2001 From: Gottfried Chen Date: Fri, 2 Aug 2024 09:44:19 +0200 Subject: [PATCH] enable debug dashboard --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index dfdc70f..27fc000 100644 --- a/src/config.ts +++ b/src/config.ts @@ -23,4 +23,4 @@ export const PUBLIC_URL = window.location.origin + BASE_NAME; export const LOADING_INDICATOR_DELAY_MS = 300; // For debugging only: Make /dashboard route publicly accessible -export const DEBUG_PUBLIC_DASHBOARD = false; +export const DEBUG_PUBLIC_DASHBOARD = true;