fresh.gen.ts 994 B

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