Temporarily enable sql debugging

This commit is contained in:
Sam Becker 2025-02-02 23:05:52 -06:00
parent c69a965dce
commit 23e5a4393f

View File

@ -4,7 +4,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 / SOURCE / DOMAINS
export const SITE_TITLE =