From d8d30c3619e5dcc40b759763e6bd814b8958a22f Mon Sep 17 00:00:00 2001 From: whyour Date: Mon, 1 Jun 2026 19:07:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20initFile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/loaders/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/loaders/app.ts b/back/loaders/app.ts index 157c3c1d..c9f8e2dc 100644 --- a/back/loaders/app.ts +++ b/back/loaders/app.ts @@ -14,7 +14,7 @@ export default async ({ app }: { app: Application }) => { await linkDeps(); Logger.info('✌️ Link deps loaded'); - initFile(); + await initFile(); Logger.info('✌️ Init file loaded'); await initData();