fixed proxy handler

This commit is contained in:
Boki 2025-06-22 21:06:33 -04:00
parent 4d7c7df909
commit cdc2f44e86
3 changed files with 79 additions and 91 deletions

View file

@ -9,6 +9,7 @@ import { getLogger } from '@stock-bot/logger';
// Import handlers for bundling (ensures they're included in the build)
import './ceo/ceo.handler';
import './ib/ib.handler';
import './proxy/proxy.handler';
import './qm/qm.handler';
import './webshare/webshare.handler';