mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-13 02:53:50 +00:00
chore(#29): Enable images with query params
This commit is contained in:
Vendored
+5
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user