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