Add option to add yaml with different directory.
As an example:
AddResourcesYAMLWithDir(conf string, basePath string)
My configs a located at "resources" but they paths are based on "root" path
Doesn't work:
Currently:
import "./resources/fn_maps.blobl"
So we can call
AddResourcesYAMLWithDir(yamlConfig, "resources")
Add option to add yaml with different directory.
As an example:
AddResourcesYAMLWithDir(conf string, basePath string)My configs a located at "resources" but they paths are based on "root" path
Doesn't work:
Currently:
So we can call
AddResourcesYAMLWithDir(yamlConfig, "resources")