summaryrefslogtreecommitdiff
path: root/env.d.ts
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-15 12:53:42 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-15 12:53:42 +1100
commit01540ca9d24112e8b587c35150e2c9b7bbfdbdec (patch)
treef5117d33551d3aee79af734a2d52d101f2ca8a19 /env.d.ts
parentbar: wifi and bluetooth status (diff)
downloadcaelestia-shell-01540ca9d24112e8b587c35150e2c9b7bbfdbdec.tar.gz
caelestia-shell-01540ca9d24112e8b587c35150e2c9b7bbfdbdec.tar.bz2
caelestia-shell-01540ca9d24112e8b587c35150e2c9b7bbfdbdec.zip
Pass home and cache through bundler
Diffstat (limited to 'env.d.ts')
-rw-r--r--env.d.ts22
1 files changed, 2 insertions, 20 deletions
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;
-}