Skip to content

Commit

Permalink
enable debug dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
gottfired committed Aug 2, 2024
1 parent 2687d59 commit f8fdba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit f8fdba2

Please sign in to comment.