Skip to content

Commit

Permalink
chore: expose types
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Nov 22, 2024
1 parent 6d136a5 commit fc6eb9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vite/src/node/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ export type {
HotChannel,
ServerHotChannel,
HotChannelClient,
NormalizedHotChannel,
NormalizedHotChannelClient,
NormalizedServerHotChannel,
} from './server/hmr'

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

0 comments on commit fc6eb9d

Please sign in to comment.