diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-08-13 16:59:13 -0400 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-08-13 16:59:13 -0400 |
| commit | f0b81af6c273c0281e6802bc0f5af756f874cc9f (patch) | |
| tree | a14ed291dff84f2c921a5d557e586be7c3ec42b4 /src/server/types.odin | |
| parent | 8c79828ef714d0219cf2585d33a4425cd6cb5370 (diff) | |
Add `odin_root_override` to ols config to allow a user to override the `ODIN_ROOT` `ols` uses
Diffstat (limited to 'src/server/types.odin')
| -rw-r--r-- | src/server/types.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/types.odin b/src/server/types.odin index 4909c43..0eda132 100644 --- a/src/server/types.odin +++ b/src/server/types.odin @@ -421,6 +421,7 @@ OlsConfig :: struct { verbose: Maybe(bool), file_log: Maybe(bool), odin_command: string, + odin_root_override: string, checker_args: string, checker_targets: []string, profiles: [dynamic]common.ConfigProfile, |