To run the tunnelbroker in dev-mode we need to export COMM_SERVICES_DEV_MODE environment variable.
Following the current code approach, add the corresponding commands for the tunnelbroker to package.json.
Linear task: ENG-1101
Differential D4126
[services] Tunnelbroker - Add yarn scripts for dev-mode • max on May 25 2022, 12:19 PM. Authored by Tags None Referenced Files
Details To run the tunnelbroker in dev-mode we need to export COMM_SERVICES_DEV_MODE environment variable. Linear task: ENG-1101 Run run-tunnelbroker-service-dev-mode and check that the tools::isDevMode() is true.
Diff Detail
Event Timeline
Comment Actions It looks like this diff is consistent with other places where we use export. We should clarify if we really need them and replace in all the places if possible.
Comment Actions I think we can remove all the occurrences in the follow-up for all commands here. I'll create a task for that.
Comment Actions Just wanted to say I really appreciate the diff stacking here – this is the perfect way to handle this feedback: unrelated changes in a diff that is stacked before this one |