@absolutejs/absolute 0.19.0-beta.160 → 0.19.0-beta.161
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.absolutejs/tsconfig.tsbuildinfo +1 -1
- package/dist/index.js +6 -8
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -205346,13 +205346,11 @@ var STORE_KEY = "__elysiaStore", getGlobalValue = (key) => Reflect.get(globalThi
|
|
|
205346
205346
|
}
|
|
205347
205347
|
});
|
|
205348
205348
|
});
|
|
205349
|
-
|
|
205350
|
-
|
|
205351
|
-
|
|
205352
|
-
|
|
205353
|
-
|
|
205354
|
-
});
|
|
205355
|
-
}
|
|
205349
|
+
app.ws("/hmr", {
|
|
205350
|
+
close: (ws) => handleClientDisconnect(hmrState2, ws),
|
|
205351
|
+
message: (ws, msg) => handleHMRMessage(hmrState2, ws, msg),
|
|
205352
|
+
open: (ws) => handleClientConnect(hmrState2, ws, manifest)
|
|
205353
|
+
});
|
|
205356
205354
|
return app.get("/hmr-status", () => ({
|
|
205357
205355
|
connectedClients: hmrState2.connectedClients.size,
|
|
205358
205356
|
isRebuilding: hmrState2.isRebuilding,
|
|
@@ -205922,5 +205920,5 @@ export {
|
|
|
205922
205920
|
ANGULAR_INIT_TIMEOUT_MS
|
|
205923
205921
|
};
|
|
205924
205922
|
|
|
205925
|
-
//# debugId=
|
|
205923
|
+
//# debugId=2DA5326D313AC02A64756E2164756E21
|
|
205926
205924
|
//# sourceMappingURL=index.js.map
|