Skip to content

Commit 6a7ea72

Browse files
committed
tweak
1 parent 4d7cbca commit 6a7ea72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-rsc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export default async function handler(request: Request): Promise<Response> {
169169
})
170170
}
171171

172-
// recommented to have `import.meta.hot` for server entry
172+
// add `import.meta.hot.accept` to handle server module change efficiently
173173
if (import.meta.hot) {
174174
import.meta.hot.accept()
175175
}

0 commit comments

Comments
 (0)