Skip to content

Commit

Permalink
refactor(start): export the MiddlewareAfterServer type (TanStack#2891)
Browse files Browse the repository at this point in the history
  • Loading branch information
arfath-linklet authored and timoconnellaus committed Dec 4, 2024
1 parent 2a786a4 commit 5345cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/start/src/client/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export {
type MiddlewareServer,
type MiddlewareAfterClient,
type MiddlewareAfterMiddleware,
type MiddlewareAfterServer,
type Middleware,
} from './createMiddleware'
export { serverOnly } from './serverOnly'
Expand Down

0 comments on commit 5345cdc

Please sign in to comment.