simple-fs-server/fresh.gen.ts

49 lines
1.6 KiB
TypeScript
Raw Normal View History

2023-01-05 18:18:07 +09:00
// 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";
2023-01-14 03:03:22 +09:00
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";
2023-01-05 18:18:07 +09:00
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";
2023-01-14 03:03:22 +09:00
import * as $$5 from "./islands/Login.tsx";
import * as $$6 from "./islands/UpList.tsx";
2023-01-05 18:18:07 +09:00
const manifest = {
routes: {
"./routes/_404.tsx": $0,
"./routes/_middleware.ts": $1,
2023-01-14 03:03:22 +09:00
"./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,
2023-01-05 18:18:07 +09:00
},
islands: {
"./islands/ContentRenderer.tsx": $$0,
"./islands/Counter.tsx": $$1,
"./islands/DirList.tsx": $$2,
"./islands/DocSearch.tsx": $$3,
"./islands/FileViewer.tsx": $$4,
2023-01-14 03:03:22 +09:00
"./islands/Login.tsx": $$5,
"./islands/UpList.tsx": $$6,
2023-01-05 18:18:07 +09:00
},
baseUrl: import.meta.url,
config,
};
export default manifest;