You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: src/helpers/retroCompatibility.js
+4-2
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,12 @@ module.exports = {
18
18
throw`The environment '${envName}' has not been found in the environments.json file. We suggest you to create a livestorm.config.js file instead to be able to fully use the new environments manager: https://developers.livestorm.co/docs/managing-environments`
19
19
}
20
20
21
-
foundEnv.endpoint||=livestormDomain
21
+
if(!foundEnv.endpoint){
22
+
foundEnv.endpoint=livestormDomain
23
+
}
22
24
23
25
console.log('Environments.json will not longer be maintained soon. Please use livestorm.config.js instead.')
0 commit comments