28 lines
1.0 KiB
TypeScript
28 lines
1.0 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 * as $_app from "./routes/_app.tsx";
|
|
import * as $api_feeds_seriesId_ from "./routes/api/feeds/[seriesId].ts";
|
|
import * as $api_feeds_seriesId_episodeId_chapters from "./routes/api/feeds/[seriesId]/[episodeId]/chapters.ts";
|
|
import * as $donations from "./routes/donations.tsx";
|
|
import * as $index from "./routes/index.tsx";
|
|
import * as $CopyButton from "./islands/CopyButton.tsx";
|
|
import { type Manifest } from "$fresh/server.ts";
|
|
|
|
const manifest = {
|
|
routes: {
|
|
"./routes/_app.tsx": $_app,
|
|
"./routes/api/feeds/[seriesId].ts": $api_feeds_seriesId_,
|
|
"./routes/api/feeds/[seriesId]/[episodeId]/chapters.ts": $api_feeds_seriesId_episodeId_chapters,
|
|
"./routes/donations.tsx": $donations,
|
|
"./routes/index.tsx": $index,
|
|
},
|
|
islands: {
|
|
"./islands/CopyButton.tsx": $CopyButton,
|
|
},
|
|
baseUrl: import.meta.url,
|
|
} satisfies Manifest;
|
|
|
|
export default manifest;
|