diff options
Diffstat (limited to 'modules/client.go')
-rw-r--r-- | modules/client.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/client.go b/modules/client.go index 571ece15e..73c3242a8 100644 --- a/modules/client.go +++ b/modules/client.go @@ -653,6 +653,9 @@ type ClientConfig struct { // Absolute path to the project's themes dir. ThemesDir string + // Eg. "production" + Environment string + CacheDir string // Module cache ModuleConfig Config } |