From f7db1ed88898e55b033ef1a643d1bac77ec64b20 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Thu, 25 Jan 2024 10:38:33 +0700 Subject: [PATCH] =?UTF-8?q?fix=20migration:run=20=E0=B8=97=E0=B8=B8?= =?UTF-8?q?=E0=B8=81=E0=B8=84=E0=B8=A3=E0=B8=B1=E0=B9=89=E0=B8=87=E0=B9=80?= =?UTF-8?q?=E0=B8=A1=E0=B8=B7=E0=B9=88=E0=B8=AD=20run=20dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index 1342ee59..967197da 100644 --- a/src/app.ts +++ b/src/app.ts @@ -9,7 +9,7 @@ import database from "./database/data-source"; import { RegisterRoutes } from "./routes"; async function main() { - await database.initialize(); + // await database.initialize(); const app = express();