Module

x/fresh/www/fresh.gen.ts

The next-gen web framework.
Extremely Popular
Go to 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 config from "./deno.json" assert { type: "json" };import * as $0 from "./routes/_404.tsx";import * as $1 from "./routes/_500.tsx";import * as $2 from "./routes/docs/[...slug].tsx";import * as $3 from "./routes/gfm.css.ts";import * as $4 from "./routes/index.tsx";import * as $5 from "./routes/raw.ts";import * as $6 from "./routes/showcase.tsx";import * as $7 from "./routes/update.tsx";import * as $$0 from "./islands/CopyArea.tsx";import * as $$1 from "./islands/Counter.tsx";import * as $$2 from "./islands/LemonDrop.tsx";
const manifest = { routes: { "./routes/_404.tsx": $0, "./routes/_500.tsx": $1, "./routes/docs/[...slug].tsx": $2, "./routes/gfm.css.ts": $3, "./routes/index.tsx": $4, "./routes/raw.ts": $5, "./routes/showcase.tsx": $6, "./routes/update.tsx": $7, }, islands: { "./islands/CopyArea.tsx": $$0, "./islands/Counter.tsx": $$1, "./islands/LemonDrop.tsx": $$2, }, baseUrl: import.meta.url, config,};
export default manifest;