mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
pw info response update, loading submodules
This commit is contained in:
parent
8bb5ea8bcf
commit
082d983b40
6 changed files with 24 additions and 9 deletions
|
@ -159,6 +159,12 @@ function GetApp(): ModuleType {
|
|||
})
|
||||
}
|
||||
|
||||
submoduleDatas.forEach((data) => {
|
||||
if (data.load) {
|
||||
data.load()
|
||||
}
|
||||
})
|
||||
|
||||
return {
|
||||
dailyAction: DailyAction,
|
||||
app: app,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue