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
Right now the process.env.EMBER_CLI_INJECT_LIVE_RELOAD_BASEURL is used in the script tag and the server, which gets kind of hairy when supporting multiple environments.
It would be really convenient for us to be able to override liveReloadBaseUrl with something like this:
Right now the
process.env.EMBER_CLI_INJECT_LIVE_RELOAD_BASEURL
is used in the script tag and the server, which gets kind of hairy when supporting multiple environments.It would be really convenient for us to be able to override
liveReloadBaseUrl
with something like this:Let me know what you think about this. Glad to open a PR.
The text was updated successfully, but these errors were encountered: