Skip to content

Prefs

ts
type Prefs: { [P in keyof Options]?: Partial<Options[P]> };

User-defined build preferences.

Source

server/config/index.ts:8 ↗