diff --git a/src/config/typeorm.config.ts b/src/config/typeorm.config.ts index 2a09ac8..c8509c3 100644 --- a/src/config/typeorm.config.ts +++ b/src/config/typeorm.config.ts @@ -1,6 +1,4 @@ import { DataSource } from 'typeorm'; -import * as path from 'path'; - export const AppDataSource = new DataSource({ type: 'oracle',