added knip, and starting to remove unused stuff

This commit is contained in:
Boki 2025-06-23 22:11:59 -04:00
parent 9de70f6979
commit d7979500eb
13 changed files with 78 additions and 769 deletions

View file

@ -17,9 +17,6 @@ export {
// New modular structure exports
export * from './container/types';
export { ServiceContainerBuilder } from './container/builder';
export {
createServiceContainerAsync
} from './container/factory';
// Configuration exports
export * from './config/schemas';