fresh.gen.ts 600 B

12345678910111213141516171819202122
  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/index.tsx";
  6. import * as $$0 from "./islands/Editor.tsx";
  7. import * as $$1 from "./islands/TopBar.tsx";
  8. const manifest = {
  9. routes: {
  10. "./routes/_app.tsx": $0,
  11. "./routes/index.tsx": $1,
  12. },
  13. islands: {
  14. "./islands/Editor.tsx": $$0,
  15. "./islands/TopBar.tsx": $$1,
  16. },
  17. baseUrl: import.meta.url,
  18. };
  19. export default manifest;