···11import type { RehypeShikiOptions } from "@shikijs/rehype";
22+import type { TransformOptions } from "lightningcss";
23import type { PluginOption } from "vite";
3445import contentCollections from "@content-collections/vite";
···1415import dedent from "dedent";
1516import { glob } from "glob";
1617import { browserslistToTargets } from "lightningcss";
1717-import type { TransformOptions } from "lightningcss";
1818import MagicString from "magic-string";
1919import path from "node:path";
2020import docgen from "react-docgen-typescript";
+2-1
apps/example/src/pages.gen.ts
···11// deno-fmt-ignore-file
22// biome-ignore format: generated types do not need formatting
33// prettier-ignore
44-import type { PathsForPages } from 'waku/router';
44+import type { GetConfigResponse, PathsForPages } from 'waku/router';
55+5667// prettier-ignore
78type Page =