// 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/[name].tsx"; import * as $1 from "./routes/_404.tsx"; import * as $2 from "./routes/_500.tsx"; import * as $3 from "./routes/_middleware.ts"; import * as $4 from "./routes/about.tsx"; import * as $5 from "./routes/api/joke.ts"; import * as $6 from "./routes/api/random-uuid.ts"; import * as $7 from "./routes/countdown.tsx"; import * as $8 from "./routes/github/[username].tsx"; import * as $9 from "./routes/index.tsx"; import * as $10 from "./routes/login.tsx"; import * as $11 from "./routes/note.tsx"; import * as $12 from "./routes/note/[id].tsx"; import * as $13 from "./routes/note/create.tsx"; import * as $14 from "./routes/register.tsx"; import * as $15 from "./routes/route-config-example.tsx"; import * as $16 from "./routes/search.tsx"; import * as $$0 from "./islands/Countdown.tsx"; import * as $$1 from "./islands/Counter.tsx"; const manifest = { routes: { "./routes/[name].tsx": $0, "./routes/_404.tsx": $1, "./routes/_500.tsx": $2, "./routes/_middleware.ts": $3, "./routes/about.tsx": $4, "./routes/api/joke.ts": $5, "./routes/api/random-uuid.ts": $6, "./routes/countdown.tsx": $7, "./routes/github/[username].tsx": $8, "./routes/index.tsx": $9, "./routes/login.tsx": $10, "./routes/note.tsx": $11, "./routes/note/[id].tsx": $12, "./routes/note/create.tsx": $13, "./routes/register.tsx": $14, "./routes/route-config-example.tsx": $15, "./routes/search.tsx": $16, }, islands: { "./islands/Countdown.tsx": $$0, "./islands/Counter.tsx": $$1, }, baseUrl: import.meta.url, config, }; export default manifest;