mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
修复 initFile
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user