// 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 $_id_ from "./routes/[id].tsx"; import * as $_404 from "./routes/_404.tsx"; import * as $_app from "./routes/_app.tsx"; import * as $api_post from "./routes/api/post.tsx"; import * as $api_share from "./routes/api/share.tsx"; import * as $api_user_login from "./routes/api/user/login.tsx"; import * as $api_user_logout from "./routes/api/user/logout.tsx"; import * as $api_user_register from "./routes/api/user/register.tsx"; import * as $index from "./routes/index.tsx"; import * as $login from "./routes/login.tsx"; import * as $register from "./routes/register.tsx"; import * as $Editor from "./islands/Editor.tsx"; import * as $HomeBar from "./islands/HomeBar.tsx"; import * as $LoginFrame from "./islands/LoginFrame.tsx"; import * as $Modal from "./islands/Modal.tsx"; import * as $PostList from "./islands/PostList.tsx"; import * as $TopBar from "./islands/TopBar.tsx"; import { type Manifest } from "$fresh/server.ts"; const manifest = { routes: { "./routes/[id].tsx": $_id_, "./routes/_404.tsx": $_404, "./routes/_app.tsx": $_app, "./routes/api/post.tsx": $api_post, "./routes/api/share.tsx": $api_share, "./routes/api/user/login.tsx": $api_user_login, "./routes/api/user/logout.tsx": $api_user_logout, "./routes/api/user/register.tsx": $api_user_register, "./routes/index.tsx": $index, "./routes/login.tsx": $login, "./routes/register.tsx": $register, }, islands: { "./islands/Editor.tsx": $Editor, "./islands/HomeBar.tsx": $HomeBar, "./islands/LoginFrame.tsx": $LoginFrame, "./islands/Modal.tsx": $Modal, "./islands/PostList.tsx": $PostList, "./islands/TopBar.tsx": $TopBar, }, baseUrl: import.meta.url, } satisfies Manifest; export default manifest;