-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
Description
Environment
Nuxt project info: nuxi 3:02:59 PM
- Operating System: Linux
- Node Version: v22.12.0
- Nuxt Version: 2.17.3
- CLI Version: 3.26.0
- Nitro Version: 2.12.4
- Package Manager: [email protected]
- Builder: vite
- User Config: vue, telemetry, ssr, render, publicRuntimeConfig, server, head, loading, buildModules, modules, recaptcha, gtm, i18n, css, build, plugins, sentry, bridge, router, nitro, vite, serverHandlers, devServerHandlers, devServer, typescript
- Runtime Modules: [email protected], ~/modules/catalog, ~/modules/customer, ~/modules/checkout, [email protected], ~/modules/middleware, @vue-storefront/http-cache/[email protected], @nuxtjs/[email protected], @nuxtjs/[email protected], @nuxtjs/[email protected]
- Build Modules: (), ~/modules/core, @pinia/[email protected], @nuxt/[email protected]
Reproduction
reproduction: https://stackblitz.com/edit/github-3fgb91-wccut2l3?file=nuxt.config.ts
Describe the bug
The first modification of the nuxt.config.js file after the first startup will reload the configuration normally, and each subsequent modification will not trigger a configuration reload.
Additional context
No response