修复 initFile

This commit is contained in:
whyour 2026-06-01 19:07:15 +08:00
parent 4e803df51e
commit d8d30c3619

View File

@ -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();