scanning and loading config file
This commit is contained in:
@@ -65,6 +65,8 @@ func (rc *RenderingConfig) LoadDiyHrt(listings []diyhrt.Listing) {
|
||||
rc.Stores = rc.StoreFilter.Filter(slices.Collect(maps.Values(existingStores)))
|
||||
}
|
||||
|
||||
func (rc *RenderingConfig) LoadConfigFile(file string) error {
|
||||
|
||||
func (rc *RenderingConfig) LoadConfigFile(file string) error {
|
||||
content, err := os.ReadFile(file)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user