Enable sql debugging

This commit is contained in:
Sam Becker 2024-05-20 16:34:31 -05:00
parent 33bb4fca97
commit 214446458c

View File

@ -5,7 +5,7 @@ import { makeUrlAbsolute, shortenUrl } from '@/utility/url';
// HARD-CODED GLOBAL CONFIGURATION
export const SHOULD_PREFETCH_ALL_LINKS: boolean | undefined = undefined;
export const SHOULD_DEBUG_SQL = false;
export const SHOULD_DEBUG_SQL = true;
// META / DOMAINS