mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-25 15:37:12 +00:00
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
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user