mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-13 14:37:28 +08:00
修复 initFile
This commit is contained in:
parent
4e803df51e
commit
d8d30c3619
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user