Files
eh-downloader/fresh.gen.ts
2023-06-19 10:15:11 +08:00

43 lines
1.5 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/_middleware.ts";
import * as $1 from "./routes/api/config.ts";
import * as $2 from "./routes/api/deploy_id.ts";
import * as $3 from "./routes/api/exit.ts";
import * as $4 from "./routes/api/export/gallery/zip/[gid].ts";
import * as $5 from "./routes/api/file/[id].ts";
import * as $6 from "./routes/api/file/random.ts";
import * as $7 from "./routes/api/gallery/[gid].ts";
import * as $8 from "./routes/api/task.ts";
import * as $9 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/_middleware.ts": $0,
"./routes/api/config.ts": $1,
"./routes/api/deploy_id.ts": $2,
"./routes/api/exit.ts": $3,
"./routes/api/export/gallery/zip/[gid].ts": $4,
"./routes/api/file/[id].ts": $5,
"./routes/api/file/random.ts": $6,
"./routes/api/gallery/[gid].ts": $7,
"./routes/api/task.ts": $8,
"./routes/index.tsx": $9,
},
islands: {
"./islands/Container.tsx": $$0,
"./islands/Settings.tsx": $$1,
"./islands/TaskManager.tsx": $$2,
},
baseUrl: import.meta.url,
config,
};
export default manifest;