Skip to content

Commit fc6eb9d

Browse files
committed
chore: expose types
1 parent 6d136a5 commit fc6eb9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/vite/src/node/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ export type {
172172
HotChannel,
173173
ServerHotChannel,
174174
HotChannelClient,
175+
NormalizedHotChannel,
176+
NormalizedHotChannelClient,
177+
NormalizedServerHotChannel,
175178
} from './server/hmr'
176179

177180
export type { FetchFunction, FetchResult } from 'vite/module-runner'

0 commit comments

Comments
 (0)