Files
eh-downloader/fresh.gen.ts
2023-05-26 13:31:28 +08:00

25 lines
722 B
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/task/list.ts";
import * as $1 from "./routes/index.tsx";
import * as $$0 from "./islands/Container.tsx";
import * as $$1 from "./islands/Settings.tsx";
const manifest = {
routes: {
"./routes/api/task/list.ts": $0,
"./routes/index.tsx": $1,
},
islands: {
"./islands/Container.tsx": $$0,
"./islands/Settings.tsx": $$1,
},
baseUrl: import.meta.url,
config,
};
export default manifest;