fresh.gen.ts 926 B

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