mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added support for submodules
This commit is contained in:
parent
7e70aa6c8e
commit
2a0926aa7e
3 changed files with 44 additions and 4 deletions
|
@ -73,3 +73,11 @@ export interface Request extends express.Request {
|
|||
session: any
|
||||
busboy: any
|
||||
}
|
||||
|
||||
export interface SubmoduleData {
|
||||
app: express.Application
|
||||
url: string
|
||||
publicdirs: Array<string>
|
||||
userDB?: any
|
||||
nextdir?: string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue