Add export zip by web server

This commit is contained in:
2023-05-29 13:50:06 +08:00
parent b8d7c8313f
commit 6c4c0836ed
3 changed files with 149 additions and 4 deletions

View File

@@ -4,16 +4,18 @@
import config from "./deno.json" assert { type: "json" };
import * as $0 from "./routes/api/config.ts";
import * as $1 from "./routes/api/task/list.ts";
import * as $2 from "./routes/index.tsx";
import * as $1 from "./routes/api/export/gallery/zip/[gid].ts";
import * as $2 from "./routes/api/task/list.ts";
import * as $3 from "./routes/index.tsx";
import * as $$0 from "./islands/Container.tsx";
import * as $$1 from "./islands/Settings.tsx";
const manifest = {
routes: {
"./routes/api/config.ts": $0,
"./routes/api/task/list.ts": $1,
"./routes/index.tsx": $2,
"./routes/api/export/gallery/zip/[gid].ts": $1,
"./routes/api/task/list.ts": $2,
"./routes/index.tsx": $3,
},
islands: {
"./islands/Container.tsx": $$0,