protocol added th env.js

This commit is contained in:
2026-01-19 05:18:58 +00:00
committed by sonderau
parent 2435cf5f20
commit 73dde99924

View File

@@ -83,6 +83,7 @@ function getClientEnvironment(publicUrl) {
WDS_SOCKET_HOST: process.env.WDS_SOCKET_HOST,
WDS_SOCKET_PATH: process.env.WDS_SOCKET_PATH,
WDS_SOCKET_PORT: process.env.WDS_SOCKET_PORT,
WDS_SOCKET_PROTOCOL: process.env.WDS_SOCKET_PROTOCOL,
// Whether or not react-refresh is enabled.
// It is defined here so it is available in the webpackHotDevClient.
FAST_REFRESH: process.env.FAST_REFRESH !== 'false',