The Loop Vuejs - How to load env variables for a Nuxt project in a monorepo
Update: 2024-05-21
Description
How to load env variables for a Nuxt project in a monorepo
When working on project that use a monorepo with Nuxt Layers, we will need to load environment variables that are located on the root of the project
You can find the blog post https://dev.to/leamsigc/how-to-load-env-for-nuxt-layers-38g1
Comments
In Channel