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