wip
This commit is contained in:
@ -8,6 +8,9 @@ type Config struct {
|
||||
LogLevel string `yaml:"logLevel" json:"logLevel" enum:"info,warn,debug,error"`
|
||||
ProjectPath string `yaml:"projectPath" json:"projectPath"`
|
||||
Cache cacheConfig `yaml:"cache" json:"cache"`
|
||||
Dump struct {
|
||||
Full bool
|
||||
}
|
||||
}
|
||||
|
||||
type cacheConfig struct {
|
||||
|
Reference in New Issue
Block a user