Interface: DevtoolsOptions
Defined in: src/features/devtools.ts:5
Extends
NonNullable<InputOptions["devtools"]>
Properties
clean?
ts
optional clean?: boolean;Defined in: src/features/devtools.ts:18
Clean devtools stale sessions.
Default
ts
truesessionId?
ts
optional sessionId?: string;Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.10/node_modules/rolldown/dist/shared/define-config-CV9D_Qea.d.mts:3707
Inherited from
ts
NonNullable.sessionIdui?
ts
optional ui?: boolean | Partial<StartOptions>;Defined in: src/features/devtools.ts:11
[experimental] Enable devtools integration. @vitejs/devtools must be installed as a dependency.
Defaults to true, if @vitejs/devtools is installed.