From 214446458c8deafd35d87de5c7e3b230c2808c8d Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Mon, 20 May 2024 16:34:31 -0500 Subject: [PATCH] Enable sql debugging --- src/site/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/config.ts b/src/site/config.ts index e119321a..9c02ed4b 100644 --- a/src/site/config.ts +++ b/src/site/config.ts @@ -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