2022-11-29 01:52:44 +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/api/_list.ts";
|
|
|
|
import * as $1 from "./routes/api/_query.ts";
|
2022-12-01 19:40:03 +09:00
|
|
|
import * as $2 from "./routes/dynamic.tsx";
|
|
|
|
import * as $3 from "./routes/index.tsx";
|
2022-11-29 01:52:44 +09:00
|
|
|
import * as $$0 from "./islands/Counter.tsx";
|
2022-12-01 19:40:03 +09:00
|
|
|
import * as $$1 from "./islands/MySearchBar.tsx";
|
|
|
|
import * as $$2 from "./islands/RepoViewer.tsx";
|
|
|
|
import * as $$3 from "./islands/Search.tsx";
|
2022-11-29 01:52:44 +09:00
|
|
|
|
|
|
|
const manifest = {
|
|
|
|
routes: {
|
|
|
|
"./routes/api/_list.ts": $0,
|
|
|
|
"./routes/api/_query.ts": $1,
|
2022-12-01 19:40:03 +09:00
|
|
|
"./routes/dynamic.tsx": $2,
|
|
|
|
"./routes/index.tsx": $3,
|
2022-11-29 01:52:44 +09:00
|
|
|
},
|
|
|
|
islands: {
|
|
|
|
"./islands/Counter.tsx": $$0,
|
2022-12-01 19:40:03 +09:00
|
|
|
"./islands/MySearchBar.tsx": $$1,
|
|
|
|
"./islands/RepoViewer.tsx": $$2,
|
|
|
|
"./islands/Search.tsx": $$3,
|
2022-11-29 01:52:44 +09:00
|
|
|
},
|
|
|
|
baseUrl: import.meta.url,
|
|
|
|
config,
|
|
|
|
};
|
|
|
|
|
|
|
|
export default manifest;
|