aboutsummaryrefslogtreecommitdiff
path: root/src/app.d.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-07 02:56:56 -0800
committerFuwn <[email protected]>2023-12-07 02:56:56 -0800
commit096be0ec7404134b0d2538add84687a6d96e8b02 (patch)
treecaafd7d91ba3232b54e9e5a0c237af41ef6fb519 /src/app.d.ts
parentci(earthly): just copy build docker (diff)
downloaddue.moe-096be0ec7404134b0d2538add84687a6d96e8b02.tar.xz
due.moe-096be0ec7404134b0d2538add84687a6d96e8b02.zip
fix(app): types for bun
Diffstat (limited to 'src/app.d.ts')
-rw-r--r--src/app.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.d.ts b/src/app.d.ts
index 34cd4db6..97586370 100644
--- a/src/app.d.ts
+++ b/src/app.d.ts
@@ -1,4 +1,5 @@
import type { AniList } from '$lib/AniList';
+import 'bun-types';
// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces