Typeorm loads all @Entities and decorator-defined relations into a global variable, and thus makes it impossible to override already defined variables. Will have to think about how to disable this behaviour in case the user of this library does not want to use predefined variables, but for now we will use the predefined defaults.
6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
export * from './Application'
|
|
export * from './Bootstrap'
|
|
export * from './IApplication'
|
|
export * from './IConfig'
|
|
export * from './IServices'
|