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 315e6e3 commit 1c21d95Copy full SHA for 1c21d95
app-config-cli/package.json
@@ -42,6 +42,7 @@
42
"@app-config/generate": "^2.6.0",
43
"@app-config/logging": "^2.6.0",
44
"@app-config/node": "^2.6.0",
45
+ "@app-config/meta": "^2.6.0",
46
"@app-config/schema": "^2.6.0",
47
"@app-config/utils": "^2.6.0",
48
"ajv": "7",
app-config-cli/src/index.ts
@@ -47,8 +47,8 @@ import {
} from '@app-config/encryption';
import { loadSchema, JSONSchema } from '@app-config/schema';
49
import { generateTypeFiles } from '@app-config/generate';
50
-import { validateAllConfigVariants } from './validation';
51
import { loadMetaConfigLazy } from '@app-config/meta';
+import { validateAllConfigVariants } from './validation';
52
53
enum OptionGroups {
54
Options = 'Options:',
0 commit comments