@inflector/aura 0.6.5 → 0.6.6
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/dist/bin.d.ts.map +1 -1
- package/dist/bin.js +3 -0
- package/package.json +1 -1
package/dist/bin.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bin.d.ts","sourceRoot":"","sources":["../src/bin.ts"],"names":[],"mappings":";AAmLA,wBAAgB,KAAK,CAAC,MAAM,UAAQ,QAgDnC;AA0aD,wBAAsB,GAAG,
|
|
1
|
+
{"version":3,"file":"bin.d.ts","sourceRoot":"","sources":["../src/bin.ts"],"names":[],"mappings":";AAmLA,wBAAgB,KAAK,CAAC,MAAM,UAAQ,QAgDnC;AA0aD,wBAAsB,GAAG,kBA2ExB"}
|
package/dist/bin.js
CHANGED
|
@@ -581,6 +581,9 @@ export async function dev() {
|
|
|
581
581
|
target: Config.Url,
|
|
582
582
|
changeOrigin: true,
|
|
583
583
|
secure: false,
|
|
584
|
+
agent: new (await import("node:http")).Agent({
|
|
585
|
+
keepAlive: false, // fresh socket every time, no lazy pool
|
|
586
|
+
}),
|
|
584
587
|
ws: false, // disable websocket proxying if unused
|
|
585
588
|
configure(proxy, _options) {
|
|
586
589
|
proxy.on("proxyReq", (proxyReq, req, res) => {
|