kuru-kuru/fresh.gen.ts
Ayane Satomi 3eaa783c15 feat: Added middleware for handling CORS
Added middleware for handling CORS and setting necessary headers
2023-10-21 14:55:25 +00:00

26 lines
780 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 * as $0 from "./routes/_404.tsx";
import * as $1 from "./routes/_app.tsx";
import * as $2 from "./routes/_middleware.ts";
import * as $3 from "./routes/index.tsx";
import * as $$0 from "./islands/CounterCard.tsx";
import * as $$1 from "./islands/MarkdownContent.tsx";
const manifest = {
routes: {
"./routes/_404.tsx": $0,
"./routes/_app.tsx": $1,
"./routes/_middleware.ts": $2,
"./routes/index.tsx": $3,
},
islands: {
"./islands/CounterCard.tsx": $$0,
"./islands/MarkdownContent.tsx": $$1,
},
baseUrl: import.meta.url,
};
export default manifest;