Tweak code note

This commit is contained in:
Sam Becker 2024-04-19 12:46:50 -05:00
parent 8586cd0a5c
commit 76f04bac1b

View File

@ -2,7 +2,7 @@ import { parseAiAutoGeneratedFieldsText } from '@/photo/ai';
import type { StorageType } from '@/services/storage';
import { makeUrlAbsolute, shortenUrl } from '@/utility/url';
// Hard-coded configuration values
// Hard-coded configuration
export const SHOULD_PREFETCH_ALL_LINKS: boolean | undefined = undefined;
export const SHOULD_DEBUG_SQL = false;