We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbffe54 commit 5559d65Copy full SHA for 5559d65
packages/routes/src/index.ts
@@ -12,7 +12,7 @@ import { normalizeRoutePath, toArray } from './utils';
12
13
export * from './types';
14
15
-export { resolvePagesConfig };
+export { resolvePagesConfig, RESOLVED_ROUTES_MODULE_ID };
16
17
declare module 'vite' {
18
export interface Plugin {
0 commit comments