fixed some issues in config service
This commit is contained in:
parent
2f5309d80f
commit
23f7614b29
10 changed files with 125 additions and 43 deletions
|
|
@ -2,7 +2,7 @@
|
|||
* Core configuration module for the Stock Bot platform
|
||||
*/
|
||||
import { config as dotenvConfig } from 'dotenv';
|
||||
import path from 'path';
|
||||
import path from 'node:path';
|
||||
import { z } from 'zod';
|
||||
import { Environment } from './types';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue