Skip to main content
Module

x/fresh/www/fresh.gen.ts

The next-gen web framework.
Extremely Popular
Latest
File
// 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 $_404 from "./routes/_404.tsx";import * as $_500 from "./routes/_500.tsx";import * as $_app from "./routes/_app.tsx";import * as $_middleware from "./routes/_middleware.ts";import * as $components from "./routes/components.tsx";import * as $docs_slug_ from "./routes/docs/[...slug].tsx";import * as $docs_middleware from "./routes/docs/_middleware.ts";import * as $docs_index from "./routes/docs/index.tsx";import * as $index from "./routes/index.tsx";import * as $raw from "./routes/raw.ts";import * as $showcase from "./routes/showcase.tsx";import * as $update from "./routes/update.tsx";import * as $ComponentGallery from "./islands/ComponentGallery.tsx";import * as $CopyArea from "./islands/CopyArea.tsx";import * as $Counter from "./islands/Counter.tsx";import * as $LemonDrop from "./islands/LemonDrop.tsx";import * as $SearchButton from "./islands/SearchButton.tsx";import * as $TableOfContents from "./islands/TableOfContents.tsx";import * as $VersionSelect from "./islands/VersionSelect.tsx";import { type Manifest } from "$fresh/server.ts";
const manifest = { routes: { "./routes/_404.tsx": $_404, "./routes/_500.tsx": $_500, "./routes/_app.tsx": $_app, "./routes/_middleware.ts": $_middleware, "./routes/components.tsx": $components, "./routes/docs/[...slug].tsx": $docs_slug_, "./routes/docs/_middleware.ts": $docs_middleware, "./routes/docs/index.tsx": $docs_index, "./routes/index.tsx": $index, "./routes/raw.ts": $raw, "./routes/showcase.tsx": $showcase, "./routes/update.tsx": $update, }, islands: { "./islands/ComponentGallery.tsx": $ComponentGallery, "./islands/CopyArea.tsx": $CopyArea, "./islands/Counter.tsx": $Counter, "./islands/LemonDrop.tsx": $LemonDrop, "./islands/SearchButton.tsx": $SearchButton, "./islands/TableOfContents.tsx": $TableOfContents, "./islands/VersionSelect.tsx": $VersionSelect, }, baseUrl: import.meta.url,} satisfies Manifest;
export default manifest;