mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
transportMode from ws to sockjs for better lens-proxy support
Signed-off-by: Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
This commit is contained in:
parent
571565fd10
commit
696f4a39d4
@ -29,6 +29,7 @@ export function webpackLensRenderer({ showVars = true } = {}): webpack.Configura
|
|||||||
host: "localhost",
|
host: "localhost",
|
||||||
firewall: false,
|
firewall: false,
|
||||||
headers: { "Access-Control-Allow-Origin": "*" },
|
headers: { "Access-Control-Allow-Origin": "*" },
|
||||||
|
transportMode: "sockjs"
|
||||||
},
|
},
|
||||||
name: "lens-app",
|
name: "lens-app",
|
||||||
mode: isProduction ? "production" : "development",
|
mode: isProduction ? "production" : "development",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user