cleanup
This commit is contained in:
parent
d7979500eb
commit
ce5fa9da4a
25 changed files with 68 additions and 175 deletions
|
|
@ -23,6 +23,7 @@
|
|||
"config-cli": "./dist/cli.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stock-bot/logger": "workspace:*",
|
||||
"zod": "^3.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import { readFileSync } from 'fs';
|
|||
import { ConfigLoaderError } from '../errors';
|
||||
import type { ConfigLoader } from '../types';
|
||||
|
||||
export interface EnvLoaderOptions {
|
||||
interface EnvLoaderOptions {
|
||||
convertCase?: boolean;
|
||||
parseJson?: boolean;
|
||||
parseValues?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue