devtools
devtools copied to clipboard
Unleash Nuxt Developer Experience
### 🆒 Your use case I know that devtools uses the drizzle studio for nuxthub/etc, it would be really cool if we could also launch it for other database configs...
### 🐛 The bug The Nuxt DevTools VSCode integration fails to connect to the local VS Code instance. When opening the integration panel, it displays an error message requiring the...
### 🆒 Your use case When testing an api it would be nice to have the info it takes ready, and possibly prefilled for testing ### 🆕 The solution you'd...
### 🆒 Your use case Server routes are amazing for testing api routes quickly but in a lot of use cases we could be using an external backend and we...
### 🐛 The bug It seems that updating the runtimeConfig and the appConfig doesn't have an effect on the reactive values in Nuxt. ### 🛠️ To reproduce https://stackblitz.com/edit/github-pptyqfgu?file=app%2Fapp.vue,nuxt.config.ts,app%2Fapp.config.ts ### 🌈...
## Description When `test: true` is set in `nuxt.config.ts`, the Nuxt DevTools are silently disabled - even if `devtools.enabled: true` is explicitly configured. This behavior seems environment-dependent. I've personally tested...