Files
eh-downloader/fresh.gen.ts
2023-06-08 22:47:46 +08:00

33 lines
1.1 KiB
TypeScript

// DO NOT EDIT. This file is generated by fresh.
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.
import config from "./deno.json" assert { type: "json" };
import * as $0 from "./routes/api/config.ts";
import * as $1 from "./routes/api/exit.ts";
import * as $2 from "./routes/api/export/gallery/zip/[gid].ts";
import * as $3 from "./routes/api/task.ts";
import * as $4 from "./routes/index.tsx";
import * as $$0 from "./islands/Container.tsx";
import * as $$1 from "./islands/Settings.tsx";
import * as $$2 from "./islands/TaskManager.tsx";
const manifest = {
routes: {
"./routes/api/config.ts": $0,
"./routes/api/exit.ts": $1,
"./routes/api/export/gallery/zip/[gid].ts": $2,
"./routes/api/task.ts": $3,
"./routes/index.tsx": $4,
},
islands: {
"./islands/Container.tsx": $$0,
"./islands/Settings.tsx": $$1,
"./islands/TaskManager.tsx": $$2,
},
baseUrl: import.meta.url,
config,
};
export default manifest;