mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Passing servers to modules, minor code refactor
This commit is contained in:
parent
314914e898
commit
a12aadf32d
5 changed files with 68 additions and 53 deletions
|
@ -81,5 +81,7 @@ export interface SubmoduleData {
|
|||
publicdirs: Array<string>
|
||||
userDB?: any
|
||||
nextdir?: string
|
||||
httpServer: any
|
||||
moduleSpecificData?: any
|
||||
httpsServer?: any
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue