cache: Hide IsResourceDir from the exported config

This commit is contained in:
Bjørn Erik Pedersen
2023-08-09 23:47:39 +02:00
parent 7d74cd0cc8
commit a2f6400d65
2 changed files with 1 additions and 7 deletions

View File

@@ -93,7 +93,7 @@ type FileCacheConfig struct {
// Will resources/_gen will get its own composite filesystem that
// also checks any theme.
IsResourceDir bool
IsResourceDir bool `json:"-"`
}
// GetJSONCache gets the file cache for getJSON.