Skip to content

Commit

Permalink
Explicit types export
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiborza committed Sep 3, 2024
1 parent ee8e5c4 commit 3a2f939
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/solidstart/src/index.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// exports in this file - which we do below.
export * from './client';
export * from './server';
export * from './vite';
export * from './vite/types';

import type { Integration, Options, StackParser } from '@sentry/types';

Expand Down
1 change: 0 additions & 1 deletion packages/solidstart/src/vite/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from './sentrySolidStartVite';
export type { SentrySolidStartPluginOptions } from './types';

0 comments on commit 3a2f939

Please sign in to comment.