From 01540ca9d24112e8b587c35150e2c9b7bbfdbdec Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:53:42 +1100 Subject: Pass home and cache through bundler --- env.d.ts | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'env.d.ts') diff --git a/env.d.ts b/env.d.ts index 2e051ce..eca9fc8 100644 --- a/env.d.ts +++ b/env.d.ts @@ -1,21 +1,3 @@ +declare const HOME: string; +declare const CACHE: string; declare const SRC: string; - -declare module "inline:*" { - const content: string; - export default content; -} - -declare module "*.scss" { - const content: string; - export default content; -} - -declare module "*.blp" { - const content: string; - export default content; -} - -declare module "*.css" { - const content: string; - export default content; -} -- cgit v1.2.3-freya