summary refs log tree commit diff
path: root/src/database/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/index.ts')
-rw-r--r--src/database/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/database/index.ts b/src/database/index.ts

index 0ceebea8..3ec764b3 100644 --- a/src/database/index.ts +++ b/src/database/index.ts
@@ -16,4 +16,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. */ +import "reflect-metadata"; + export * from "./Database"; +export * from "./entities/index";