fix(Qenv): Fix file path initialization for environment variable files

This commit is contained in:
2024-11-18 19:23:35 +01:00
parent fdd4fc62c2
commit ec68a4db92
3 changed files with 16 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-11-18 - 6.0.7 - fix(Qenv)
Fix file path initialization for environment variable files
- Corrected the logic for determining the absolute path for environment files
- Added missing initialization for env.yml file paths
## 2024-11-18 - 6.0.6 - fix(core)
Improve handling of env.json and env.yml file checks