Description
I'm working on a repository where I have multiple .env files in different internal packages. I'd like loadPath to support an array of paths to those files and combine them all together without having to create a .env file in the root of the monorepo and use @imports
Motivation
No response
Proposed Solution
"varlock": {
"loadPath": ["./apps/my-package/envs/", "./apps/other/envs/",]
}
Alternatives
No response
Additional Information
No response
Description
I'm working on a repository where I have multiple .env files in different internal packages. I'd like loadPath to support an array of paths to those files and combine them all together without having to create a .env file in the root of the monorepo and use @imports
Motivation
No response
Proposed Solution
"varlock": {
"loadPath": ["./apps/my-package/envs/", "./apps/other/envs/",]
}
Alternatives
No response
Additional Information
No response