diff --git a/packages/run/src/vite/plugin.ts b/packages/run/src/vite/plugin.ts index adead0e..4d0eab3 100644 --- a/packages/run/src/vite/plugin.ts +++ b/packages/run/src/vite/plugin.ts @@ -114,7 +114,7 @@ export default function markoRun(opts: Options = {}): Plugin[] { const data = await renderRouteTypeInfo( routes, - path.relative(typesDir, resolvedRoutesDir), + normalizePath(path.relative(typesDir, resolvedRoutesDir)), adapter );