From 2434c687bbc8f5b42b380a75e48cf1879a508674 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 20 Mar 2021 15:32:30 +0300 Subject: feat: initialize Uploads service --- index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'index.ts') diff --git a/index.ts b/index.ts index 9e85917..0e5b729 100644 --- a/index.ts +++ b/index.ts @@ -1,5 +1,6 @@ import mongoose from 'mongoose'; import Promise from 'bluebird'; +import './src/types'; import app from './src/app'; mongoose.Promise = Promise; -- cgit v1.2.3