fresh.gen.ts 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  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/_app.tsx";
  6. import * as $1 from "./routes/api/post.tsx";
  7. import * as $2 from "./routes/api/user/login.tsx";
  8. import * as $3 from "./routes/api/user/logout.tsx";
  9. import * as $4 from "./routes/index.tsx";
  10. import * as $5 from "./routes/login.tsx";
  11. import * as $$0 from "./islands/Editor.tsx";
  12. import * as $$1 from "./islands/LoginFrame.tsx";
  13. import * as $$2 from "./islands/TopBar.tsx";
  14. const manifest = {
  15. routes: {
  16. "./routes/_app.tsx": $0,
  17. "./routes/api/post.tsx": $1,
  18. "./routes/api/user/login.tsx": $2,
  19. "./routes/api/user/logout.tsx": $3,
  20. "./routes/index.tsx": $4,
  21. "./routes/login.tsx": $5,
  22. },
  23. islands: {
  24. "./islands/Editor.tsx": $$0,
  25. "./islands/LoginFrame.tsx": $$1,
  26. "./islands/TopBar.tsx": $$2,
  27. },
  28. baseUrl: import.meta.url,
  29. config,
  30. };
  31. export default manifest;