fix(Qenv): Fix environment file path initialization logic.

This commit is contained in:
2024-11-18 19:27:20 +01:00
parent df35680dea
commit b9677b110c
3 changed files with 16 additions and 15 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/qenv',
version: '6.0.7',
version: '6.0.8',
description: 'A module for easily handling environment variables in Node.js projects with support for .yml and .json configuration.'
}