From abbe8fba8c1f5c83c074366db6e0b31cd5d1c787 Mon Sep 17 00:00:00 2001 From: Joelbrit0 Date: Wed, 21 Jan 2026 11:52:43 -0300 Subject: [PATCH] feat: add initial TypeORM configuration for Oracle database connection. --- src/config/typeorm.config.ts | 2 -- 1 file changed, 2 deletions(-) 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',