CacheOptions
ts
type CacheOptions = object;
Defined in: server/config/options.ts:35
Configures server cache.
Properties
root
ts
root: string;
Defined in: server/config/options.ts:39
Local directory where the build cache files are stored. When building static apps (SPA) on CI, consider checking-in the cache directory to boost remote build processes; ./public/imgit
by default.