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-beta.59/node_modules/rolldown/dist/shared/define-config-Cg9apQLa.d.mts:1967
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.