fresh.gen.ts 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. // DO NOT EDIT. This file is generated by Fresh.
  2. // This file SHOULD be checked into source version control.
  3. // This file is automatically updated during development when running `dev.ts`.
  4. import * as $_id_ from "./routes/[id].tsx";
  5. import * as $_404 from "./routes/_404.tsx";
  6. import * as $_app from "./routes/_app.tsx";
  7. import * as $api_post from "./routes/api/post.tsx";
  8. import * as $api_share from "./routes/api/share.tsx";
  9. import * as $api_user_login from "./routes/api/user/login.tsx";
  10. import * as $api_user_logout from "./routes/api/user/logout.tsx";
  11. import * as $api_user_register from "./routes/api/user/register.tsx";
  12. import * as $index from "./routes/index.tsx";
  13. import * as $login from "./routes/login.tsx";
  14. import * as $register from "./routes/register.tsx";
  15. import * as $Editor from "./islands/Editor.tsx";
  16. import * as $HomeBar from "./islands/HomeBar.tsx";
  17. import * as $LoginFrame from "./islands/LoginFrame.tsx";
  18. import * as $Modal from "./islands/Modal.tsx";
  19. import * as $PostList from "./islands/PostList.tsx";
  20. import * as $TopBar from "./islands/TopBar.tsx";
  21. import { type Manifest } from "$fresh/server.ts";
  22. const manifest = {
  23. routes: {
  24. "./routes/[id].tsx": $_id_,
  25. "./routes/_404.tsx": $_404,
  26. "./routes/_app.tsx": $_app,
  27. "./routes/api/post.tsx": $api_post,
  28. "./routes/api/share.tsx": $api_share,
  29. "./routes/api/user/login.tsx": $api_user_login,
  30. "./routes/api/user/logout.tsx": $api_user_logout,
  31. "./routes/api/user/register.tsx": $api_user_register,
  32. "./routes/index.tsx": $index,
  33. "./routes/login.tsx": $login,
  34. "./routes/register.tsx": $register,
  35. },
  36. islands: {
  37. "./islands/Editor.tsx": $Editor,
  38. "./islands/HomeBar.tsx": $HomeBar,
  39. "./islands/LoginFrame.tsx": $LoginFrame,
  40. "./islands/Modal.tsx": $Modal,
  41. "./islands/PostList.tsx": $PostList,
  42. "./islands/TopBar.tsx": $TopBar,
  43. },
  44. baseUrl: import.meta.url,
  45. } satisfies Manifest;
  46. export default manifest;