Passing servers to modules, minor code refactor

This commit is contained in:
mrfry 2021-05-26 18:38:02 +02:00
parent 314914e898
commit a12aadf32d
5 changed files with 68 additions and 53 deletions

View file

@ -81,5 +81,7 @@ export interface SubmoduleData {
publicdirs: Array<string>
userDB?: any
nextdir?: string
httpServer: any
moduleSpecificData?: any
httpsServer?: any
}