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 /package.json | |
| 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 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 17944891..5295f13d 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ }, "type": "module", "dependencies": { + "bun-types": "^1.0.15", "dexie": "^4.0.1-alpha.25", "html2canvas": "^1.4.1", "jsdom": "^23.0.1", |