fresh.gen.ts 1.6 KB

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