Config Path in package.json
Instead of passing --config every time, you can set the config path in your package.json:
{ "name": "my-app", "envictus": { "configPath": "./config/env.config.ts" }}The CLI resolves the config path in this order:
--configflag (highest priority)package.jsonenvictus.configPathenv.config.tsin current directory (default)