-
-
Notifications
You must be signed in to change notification settings - Fork 0
Support Nuxt v3 #20
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Is your feature request related to a problem? Please describe.
Currently only Nuxt 2 is supported. Nuxt 3 introduces a new way of handling environment variables. This module should be extended to fit the new approach of environment variables handling in Nuxt 3.
Describe the solution you'd like
Since this module should validate the environment variables wich are not already part of the code, this module should validate a possible
.envfile, which is used to fill the new propertyprivateRuntimeConfigof the Nuxt config.Describe alternatives you've considered
This module could also be used in the Context of Nuxt 3 to validate the
privateRuntimeConfigandpublicRuntimeConfigafter it has been filled. As a different approach to the stated solution to validate beforehand.Additional context