musikspider/fresh.gen.ts

18 lines
439 B
TypeScript
Raw Normal View History

2023-04-12 07:34:23 +03: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" };
2023-04-12 10:57:28 +03:00
import * as $0 from "./routes/index.tsx";
2023-04-12 07:34:23 +03:00
const manifest = {
routes: {
2023-04-12 10:57:28 +03:00
"./routes/index.tsx": $0,
2023-04-12 07:34:23 +03:00
},
2023-04-12 10:57:28 +03:00
islands: {},
2023-04-12 07:34:23 +03:00
baseUrl: import.meta.url,
config,
};
export default manifest;