add typeORM initial files

This commit is contained in:
Aster Fialla
2026-03-01 10:20:43 -05:00
parent ea0169aa48
commit 78e6404b20
6 changed files with 88 additions and 2 deletions

5
database/index.ts Normal file
View File

@@ -0,0 +1,5 @@
import { AppDataSource } from "./data-source"
AppDataSource.initialize().then(async () => {
}).catch(error => console.log(error))