fresh.gen.ts 674 B

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