fresh.gen.ts 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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 config from "./deno.json" assert { type: "json" };
  5. import * as $0 from "./routes/[id].tsx";
  6. import * as $1 from "./routes/_404.tsx";
  7. import * as $2 from "./routes/_app.tsx";
  8. import * as $3 from "./routes/api/post.tsx";
  9. import * as $4 from "./routes/api/share.tsx";
  10. import * as $5 from "./routes/api/user/login.tsx";
  11. import * as $6 from "./routes/api/user/logout.tsx";
  12. import * as $7 from "./routes/api/user/register.tsx";
  13. import * as $8 from "./routes/index.tsx";
  14. import * as $9 from "./routes/login.tsx";
  15. import * as $10 from "./routes/register.tsx";
  16. import * as $$0 from "./islands/Editor.tsx";
  17. import * as $$1 from "./islands/HomeBar.tsx";
  18. import * as $$2 from "./islands/LoginFrame.tsx";
  19. import * as $$3 from "./islands/Modal.tsx";
  20. import * as $$4 from "./islands/PostList.tsx";
  21. import * as $$5 from "./islands/TopBar.tsx";
  22. const manifest = {
  23. routes: {
  24. "./routes/[id].tsx": $0,
  25. "./routes/_404.tsx": $1,
  26. "./routes/_app.tsx": $2,
  27. "./routes/api/post.tsx": $3,
  28. "./routes/api/share.tsx": $4,
  29. "./routes/api/user/login.tsx": $5,
  30. "./routes/api/user/logout.tsx": $6,
  31. "./routes/api/user/register.tsx": $7,
  32. "./routes/index.tsx": $8,
  33. "./routes/login.tsx": $9,
  34. "./routes/register.tsx": $10,
  35. },
  36. islands: {
  37. "./islands/Editor.tsx": $$0,
  38. "./islands/HomeBar.tsx": $$1,
  39. "./islands/LoginFrame.tsx": $$2,
  40. "./islands/Modal.tsx": $$3,
  41. "./islands/PostList.tsx": $$4,
  42. "./islands/TopBar.tsx": $$5,
  43. },
  44. baseUrl: import.meta.url,
  45. config,
  46. };
  47. export default manifest;