- [x] https://github.com/vitejs/devtools/pull/548 - [x] https://github.com/devframes/devframe/pull/291 - [x] https://github.com/vitejs/devtools/issues/574 - [x] https://github.com/nuxt/nuxt/pull/36162 - [ ] https://github.com/nuxt/devtools/pull/1093 Extend the existing `extendViteConfig` block with something like: ```ts devtoolsConfig.banner = ({ code, url }) => { /* useTerminal().notify(...) */ } devtoolsConfig.onTrusted = () => { /* dismiss() */ } ```
onTrustedfromDevToolsConfigto the interactive auth handler vitejs/devtools#574useTerminalfor host-aware prompts and tasks nuxt#36162extendViteConfigblock with something like: