setup database, entities, and migrations

This commit is contained in:
ItsMalma
2025-11-04 18:02:28 +07:00
parent 9aa0de17ee
commit b347ab0250
25 changed files with 3608 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
import "reflect-metadata";
import { Application } from "@/application";
process.on("uncaughtException", (err) => {