Skip to content

Commit 4939984

Browse files
authored
fix: re-add SessionConfig export (#5355)
1 parent 9cf97c1 commit 4939984

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/start-server-core/src/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ export * from './virtual-modules'
1818
export { HEADERS } from './constants'
1919

2020
export type { RequestHandler, RequestOptions } from './request-handler'
21+
22+
export type { SessionConfig } from './session'

0 commit comments

Comments
 (0)