We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60101c commit 10b3842Copy full SHA for 10b3842
src/core/vite/index.ts
@@ -13,7 +13,7 @@ export function createViteContext(server: ViteDevServer): ServerContext {
13
}
14
15
function reload() {
16
- server.hot.send({
+ server.ws.send({
17
type: 'full-reload',
18
path: '*',
19
})
@@ -37,7 +37,7 @@ export function createViteContext(server: ViteDevServer): ServerContext {
37
// mod.lastInvalidationTimestamp,
38
// ROUTES_LAST_LOAD_TIME.value
39
// )
40
41
type: 'update',
42
updates: [
43
{
0 commit comments