feat(projects): support vite devtools specify the editor by launchEditor option. (#730)

This commit is contained in:
青菜白玉汤
2025-04-04 12:00:52 +08:00
committed by GitHub
parent 4e1b65b6c4
commit 29698bef69
4 changed files with 17 additions and 2 deletions

View File

@ -108,6 +108,8 @@ declare namespace Env {
readonly VITE_AUTOMATICALLY_DETECT_UPDATE?: CommonType.YesOrNo;
/** show proxy url log in terminal */
readonly VITE_PROXY_LOG?: CommonType.YesOrNo;
/** The launch editor */
readonly VITE_DEVTOOLS_LAUNCH_EDITOR?: import('vite-plugin-vue-devtools').VitePluginVueDevToolsOptions['launchEditor'];
}
}