Enable sql debugging

This commit is contained in:
Sam Becker 2024-04-20 20:03:46 -05:00
parent ac1c3a0ade
commit a76e2b88f7

View File

@ -4,7 +4,7 @@ import { makeUrlAbsolute, shortenUrl } from '@/utility/url';
// Hard-coded configuration
export const SHOULD_PREFETCH_ALL_LINKS: boolean | undefined = undefined;
export const SHOULD_DEBUG_SQL = false;
export const SHOULD_DEBUG_SQL = true;
// META / DOMAINS