| 1 | // The following script loads the config.json file and resolves any environment variable overrides. |
| 2 | // It then writes then to stdout in the format of `KEY="VALUE"`. |
| 3 | // This is used by entrypoint.sh to set them as variables. |
| 4 | (async () => { |
nothing calls this directly
no test coverage detected