diff --git a/client.d.ts b/client.d.ts index f206e730..9191095e 100644 --- a/client.d.ts +++ b/client.d.ts @@ -1,3 +1,5 @@ // re-export vite client types. with strict installers like pnpm, user won't // be able to reference vite/client in project root. /// + +export * from './dist/client';