···77import * as $api_joke from "./routes/api/joke.ts";
88import * as $greet_name_ from "./routes/greet/[name].tsx";
99import * as $index from "./routes/index.tsx";
1010-import * as $Counter from "./islands/Counter.tsx";
1110import * as $NowPlaying from "./islands/NowPlaying.tsx";
1211import type { Manifest } from "$fresh/server.ts";
1312···2019 "./routes/index.tsx": $index,
2120 },
2221 islands: {
2323- "./islands/Counter.tsx": $Counter,
2422 "./islands/NowPlaying.tsx": $NowPlaying,
2523 },
2624 baseUrl: import.meta.url,