mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-18 08:54:46 +08:00
20 lines
543 B
TypeScript
20 lines
543 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";
|
|
|
|
const manifest = {
|
|
routes: {
|
|
"./routes/api/task/list.ts": $0,
|
|
"./routes/index.tsx": $1,
|
|
},
|
|
islands: {},
|
|
baseUrl: import.meta.url,
|
|
config,
|
|
};
|
|
|
|
export default manifest;
|