Closed meowjesty closed 1 year ago
Passes the launch.json env section to mirrord verify-config, and mirrord, resolving config options that were set as env vars.
launch.json
env
mirrord verify-config
mirrord
Think we're not using any standard formatter for this, so huge part of the diff is just indentation changes.
The src/tests/e2e.ts file was only changed to add a ; that was missing.
;
Most of the changes have to do with configEnv or config.env.
configEnv
config.env
Passes the
launch.json
env
section tomirrord verify-config
, andmirrord
, resolving config options that were set as env vars.For the reviewer:
Think we're not using any standard formatter for this, so huge part of the diff is just indentation changes.
The src/tests/e2e.ts file was only changed to add a
;
that was missing.Most of the changes have to do with
configEnv
orconfig.env
.