Skip to main content
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 * as $0 from "./routes/docs/[...slug].tsx";import * as $1 from "./routes/gfm.css.ts";import * as $2 from "./routes/index.tsx";import * as $3 from "./routes/raw.ts";import * as $$0 from "./islands/Counter.tsx";import * as $$1 from "./islands/LemonDrop.tsx";
const manifest = { routes: { "./routes/docs/[...slug].tsx": $0, "./routes/gfm.css.ts": $1, "./routes/index.tsx": $2, "./routes/raw.ts": $3, }, islands: { "./islands/Counter.tsx": $$0, "./islands/LemonDrop.tsx": $$1, }, baseUrl: import.meta.url,};
export default manifest;