protocol added th env.js
All checks were successful
Build & Deploy OS League Tools / build-and-deploy (push) Successful in 48s

This commit is contained in:
2026-01-19 05:18:58 +00:00
parent 883a07fed5
commit 15f054d291

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',