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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user