Skip to main content
Module

x/fresh/tests/fixture_plugin/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/static.tsx";import * as $1 from "./routes/with-island.tsx";import * as $$0 from "./islands/Island.tsx";
const manifest = { routes: { "./routes/static.tsx": $0, "./routes/with-island.tsx": $1, }, islands: { "./islands/Island.tsx": $$0, }, baseUrl: import.meta.url, config,};
export default manifest;