File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -663,6 +663,10 @@ export type RunnerRunConfig = {
663
663
* Debug indicates whether debug mode is enabled
664
664
*/
665
665
debug ?: boolean
666
+ /**
667
+ * EnvFileDir is the directory path to load environment files from
668
+ */
669
+ env_file_dir ?: string
666
670
/**
667
671
* EnvVars are the parsed environment variables as key-value pairs
668
672
*/
Original file line number Diff line number Diff line change 738
738
"description" : " Debug indicates whether debug mode is enabled" ,
739
739
"type" : " boolean"
740
740
},
741
+ "env_file_dir" : {
742
+ "description" : " EnvFileDir is the directory path to load environment files from" ,
743
+ "type" : " string"
744
+ },
741
745
"env_vars" : {
742
746
"additionalProperties" : { "type" : " string" },
743
747
"description" : " EnvVars are the parsed environment variables as key-value pairs" ,
Original file line number Diff line number Diff line change 1
- export const TOOLHIVE_VERSION = process . env . THV_VERSION ?? 'v0.3.1 '
1
+ export const TOOLHIVE_VERSION = process . env . THV_VERSION ?? 'v0.3.3 '
You can’t perform that action at this time.
0 commit comments