removed configuration from index files and moved to di container
This commit is contained in:
parent
a3459f5865
commit
80c1dcb6cb
6 changed files with 261 additions and 94 deletions
|
|
@ -6,8 +6,10 @@ export * from './types';
|
|||
// Awilix container exports
|
||||
export {
|
||||
createServiceContainer,
|
||||
createServiceContainerFromConfig,
|
||||
initializeServices,
|
||||
type AppConfig,
|
||||
type ServiceCradle,
|
||||
type ServiceContainer,
|
||||
type ServiceContainerOptions,
|
||||
} from './awilix-container';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue