yaml-js / vite

Vite Plugin to allow importing Yaml files on your projects
MIT License
3 stars 0 forks source link

[Work Item]: Use EnvYaml and inject configuration on Vite projects #44

Closed pedromvgomes closed 3 months ago

pedromvgomes commented 3 months ago

Priority

Normal

Initiative / Goal

Now the we have a working version of the EnvYaml library, we should use it to read configuration files and inject those onto the project source code

Description

Search for config.env.yaml files and use their contents to inject the configuration into the project source code

Acceptance Criteria and Must Have Scope

- config.env.yaml files that exist on the root or /config folder get their content automatically injected into the application configuration
- I can specify a custom folder where the config.env.yaml files will be picked from

Timeline

2 weeks