docs: add note about nuxt full restart feature (#4168)

Co-authored-by: pooya parsa <pyapar@gmail.com>
This commit is contained in:
Sacha STAFYNIAK 2022-04-15 10:10:05 +02:00 committed by GitHub
parent 51ae426d4c
commit 54827eea2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,5 +16,7 @@ export default defineNuxtConfig({
}) })
``` ```
To ensure your configuration is up to date, nuxt will make a full restart when detecting changes in the nuxt main configuration file, the `.env`, `.nuxtignore` and `.nuxtrc` dot files.
::ReadMore{link="/api/configuration/nuxt.config"} ::ReadMore{link="/api/configuration/nuxt.config"}
:: ::