mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-15 12:03:49 +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
|
// for information about these interfaces
|
||||||
// and what to do when importing types
|
// and what to do when importing types
|
||||||
import { SupabaseClient, Session, User } from '@supabase/supabase-js';
|
import { SupabaseClient, Session, User } from '@supabase/supabase-js';
|
||||||
import type { Database } from '$types/supabase';
|
import type { Database } from '$lib/generated/supabase-schema';
|
||||||
declare global {
|
declare global {
|
||||||
const __DATE__: string;
|
const __DATE__: string;
|
||||||
const __RELOAD_SW__: boolean;
|
const __RELOAD_SW__: boolean;
|
||||||
|
|
||||||
|
// Enable images with query params
|
||||||
|
declare module '*&img';
|
||||||
|
|
||||||
namespace App {
|
namespace App {
|
||||||
// interface Error {}
|
// interface Error {}
|
||||||
interface Locals {
|
interface Locals {
|
||||||
|
|||||||
Reference in New Issue
Block a user