Appearance
type Prefs = { [P in keyof Options]?: Partial<Options[P]> };
Defined in: server/config/index.ts:8 ↗
User-defined build preferences.