remove useless import from config

This commit is contained in:
2020-10-11 19:02:52 +03:00
committed by Stepan Usatiuk
parent 76ed7878c0
commit 210113bd6d

View File

@@ -1,6 +1,5 @@
import * as fs from "fs";
import { ConnectionOptions } from "typeorm";
import { sys } from "typescript";
export enum EnvType {
production,