dev: expose config path to root context
Docker Image CI / build-and-push-image (push) Waiting to run
Maintain Release Merge PR / update-release-pr (push) Waiting to run
release-please / release-please (push) Waiting to run
test / test (18.x) (push) Waiting to run
test / test (20.x) (push) Waiting to run
test / test (22.x) (push) Waiting to run

This commit is contained in:
KernelDeimos
2025-03-18 15:23:50 -04:00
parent 9cb6b13bb6
commit 5c3f447b4c
@@ -321,6 +321,8 @@ class RuntimeEnvironment extends AdvancedBase {
}
}
environment.config_path = path_.join(config_path_entry.path, config_to_load);
const loader = new ConfigLoader(this.logger, config_path_entry.path, config);
loader.enable(config_to_load);