跳到正文

Interface: UserConfigFnContext

Defined in: src/config/types.ts:684

Properties

ci

ts
ci: boolean

Defined in: src/config/types.ts:685


rootConfig?

ts
optional rootConfig?: UserConfig;

Defined in: src/config/types.ts:686


watch

ts
watch: object

Defined in: src/config/types.ts:687

close

ts
close: () => Promise<void>
Returns

Promise<void>

restart

ts
restart: () => Promise<TsdownHandle>
Returns

Promise<TsdownHandle>

Released under the MIT License.