mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Add export_zip support
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
"imports": {
|
||||
"std/": "https://deno.land/[email protected]/",
|
||||
"deno_dom/": "https://deno.land/x/[email protected]/",
|
||||
"sqlite/": "https://deno.land/x/[email protected]/"
|
||||
"sqlite/": "https://deno.land/x/[email protected]/",
|
||||
"zipjs/": "https://deno.land/x/[email protected]/"
|
||||
},
|
||||
"tasks": {
|
||||
"dev": "deno run --watch main.ts",
|
||||
|
||||
Reference in New Issue
Block a user