mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
global public dir for every server module
This commit is contained in:
parent
eed99e6f02
commit
c485e98187
17 changed files with 55 additions and 225 deletions
|
@ -122,7 +122,6 @@ export interface ModuleSpecificData {
|
|||
export interface SubmoduleData {
|
||||
app: express.Application
|
||||
url: string
|
||||
publicdirs: Array<string>
|
||||
userDB?: Database
|
||||
nextdir?: string
|
||||
moduleSpecificData: ModuleSpecificData
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue