chore(#29): Enable images with query params

This commit is contained in:
Josh Creek
2024-09-03 20:33:49 +01:00
parent 35105d31f1
commit cd1d4b7d71
+5 -1
View File
@@ -2,10 +2,14 @@
// for information about these interfaces
// and what to do when importing types
import { SupabaseClient, Session, User } from '@supabase/supabase-js';
import type { Database } from '$types/supabase';
import type { Database } from '$lib/generated/supabase-schema';
declare global {
const __DATE__: string;
const __RELOAD_SW__: boolean;
// Enable images with query params
declare module '*&img';
namespace App {
// interface Error {}
interface Locals {