This commit is contained in:
2023-05-30 11:39:40 +08:00
parent 935cf97d57
commit 9988720376
4 changed files with 65 additions and 16 deletions

View File

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