diff --git a/packages/vite/src/node/index.ts b/packages/vite/src/node/index.ts index 2ef10526242b0b..0064bdcb7f7c40 100644 --- a/packages/vite/src/node/index.ts +++ b/packages/vite/src/node/index.ts @@ -172,6 +172,9 @@ export type { HotChannel, ServerHotChannel, HotChannelClient, + NormalizedHotChannel, + NormalizedHotChannelClient, + NormalizedServerHotChannel, } from './server/hmr' export type { FetchFunction, FetchResult } from 'vite/module-runner'