// 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/_middleware.ts"; import * as $2 from "./routes/api/logout.ts"; import * as $3 from "./routes/dir/[...path].tsx"; import * as $4 from "./routes/dir/_middleware.ts"; import * as $5 from "./routes/doc/_middleware.ts"; import * as $6 from "./routes/doc/index.tsx"; import * as $7 from "./routes/index.tsx"; import * as $8 from "./routes/login.tsx"; import * as $$0 from "./islands/ContentRenderer.tsx"; import * as $$1 from "./islands/Counter.tsx"; import * as $$2 from "./islands/DirList.tsx"; import * as $$3 from "./islands/DocSearch.tsx"; import * as $$4 from "./islands/FileViewer.tsx"; import * as $$5 from "./islands/Login.tsx"; import * as $$6 from "./islands/UpList.tsx"; const manifest = { routes: { "./routes/_404.tsx": $0, "./routes/_middleware.ts": $1, "./routes/api/logout.ts": $2, "./routes/dir/[...path].tsx": $3, "./routes/dir/_middleware.ts": $4, "./routes/doc/_middleware.ts": $5, "./routes/doc/index.tsx": $6, "./routes/index.tsx": $7, "./routes/login.tsx": $8, }, islands: { "./islands/ContentRenderer.tsx": $$0, "./islands/Counter.tsx": $$1, "./islands/DirList.tsx": $$2, "./islands/DocSearch.tsx": $$3, "./islands/FileViewer.tsx": $$4, "./islands/Login.tsx": $$5, "./islands/UpList.tsx": $$6, }, baseUrl: import.meta.url, config, }; export default manifest;