@nuxt/docs-nightly 4.3.0-29439260.653f364a → 4.3.0-29439333.1363c12d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -41,7 +41,7 @@ Instead of passing non-serializable objects or functions into your application f
|
|
|
41
41
|
|
|
42
42
|
### Environment Variables
|
|
43
43
|
|
|
44
|
-
The most common way to provide configuration is by using
|
|
44
|
+
The most common way to provide configuration is by using environment variables.
|
|
45
45
|
|
|
46
46
|
::note
|
|
47
47
|
The Nuxt CLI has built-in support for reading your `.env` file in development, build and generate. But when you run your built server, **your `.env` file will not be read**.
|