We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d69d7 commit dcc2d07Copy full SHA for dcc2d07
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@secjs/config",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "",
5
"license": "MIT",
6
"author": "João Lenon",
src/utils/global.ts
@@ -1,3 +1,4 @@
+import { Path } from '@secjs/utils'
import { Config as ConfigInstance } from '../Config'
export {}
@@ -13,6 +14,8 @@ declare global {
13
14
15
const _global = global as any
16
17
+Path.switchEnvVerify()
18
+
19
new ConfigInstance().loadSync()
20
21
_global.Config = ConfigInstance
0 commit comments