diff options
| author | Fuwn <[email protected]> | 2023-12-07 02:56:56 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-07 02:56:56 -0800 |
| commit | 096be0ec7404134b0d2538add84687a6d96e8b02 (patch) | |
| tree | caafd7d91ba3232b54e9e5a0c237af41ef6fb519 /src/app.d.ts | |
| parent | ci(earthly): just copy build docker (diff) | |
| download | due.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.ts | 1 |
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 |