fixed deps
This commit is contained in:
parent
24768446f5
commit
947b1d748d
14 changed files with 166 additions and 257 deletions
|
|
@ -3,6 +3,9 @@ export * from './operation-context';
|
|||
export * from './pool-size-calculator';
|
||||
export * from './types';
|
||||
|
||||
// Re-export IServiceContainer from types for convenience
|
||||
export type { IServiceContainer } from '@stock-bot/types';
|
||||
|
||||
// Legacy exports for backward compatibility
|
||||
export {
|
||||
createServiceContainer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue