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