search_awesome/fresh.gen.ts

33 lines
1008 B
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/api/_list.ts";
import * as $1 from "./routes/api/_query.ts";
import * as $2 from "./routes/dynamic.tsx";
import * as $3 from "./routes/index.tsx";
import * as $$0 from "./islands/Counter.tsx";
import * as $$1 from "./islands/MySearchBar.tsx";
import * as $$2 from "./islands/RepoViewer.tsx";
import * as $$3 from "./islands/Search.tsx";
const manifest = {
routes: {
"./routes/api/_list.ts": $0,
"./routes/api/_query.ts": $1,
"./routes/dynamic.tsx": $2,
"./routes/index.tsx": $3,
},
islands: {
"./islands/Counter.tsx": $$0,
"./islands/MySearchBar.tsx": $$1,
"./islands/RepoViewer.tsx": $$2,
"./islands/Search.tsx": $$3,
},
baseUrl: import.meta.url,
config,
};
export default manifest;