Skip to content

CacheOptions

ts
type CacheOptions: object;

Configures server cache.

Type declaration

root

ts
root: string;

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.

Source

server/config/options.ts:35 ↗