We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcf093 commit 739ef5bCopy full SHA for 739ef5b
packages/core/src/index.ts
@@ -135,7 +135,7 @@ export const DEFAULT_INSPECTOR_OPTIONS: VitePluginInspectorOptions = {
135
toggleButtonPos: 'top-right',
136
appendTo: '',
137
lazyLoad: false,
138
- launchEditor: process.env.LAUNCH_EDITOR ?? 'code',
+ launchEditor: (process.env.LAUNCH_EDITOR ?? 'code') as VitePluginInspectorOptions['launchEditor'],
139
} as const
140
141
const availableLaunchEditors = [
0 commit comments