moved to zod, packages messed up still

This commit is contained in:
Bojan Kucera 2025-06-07 14:24:28 -04:00
parent 15dd03c0ec
commit a8ee4022bf
35 changed files with 3245 additions and 691 deletions

View file

@ -1,5 +1,5 @@
/**
* Core configuration module for the Stock Bot platform using envalid
* Core configuration module for the Stock Bot platform using Zod
*/
import { config as dotenvConfig } from 'dotenv';
import path from 'node:path';