Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Jan 31, 2024
1 parent c97a158 commit 8b32d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-node-miniflare/src/server/vite-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function setupViteNodeServerRpc(
const invalidatedModules = new Set<string>();

// for starter, collect HMRPayload with builtin ServerHMRConnector
// and let worker entry to fetch them via rpc
// and let worker entry fetch them via rpc before rendering
const connector = new ServerHMRConnector(viteNodeServer.server);
let hmrPayloads: HMRPayload[] = [];
connector.onUpdate((payload) => {
Expand Down

0 comments on commit 8b32d19

Please sign in to comment.