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