mirror of
https://github.com/sasjs/server.git
synced 2026-01-12 00:30:06 +00:00
feat: Enable DRIVE_LOCATION setting for deploying multiple instances of SASjs Server
This commit is contained in:
1
api/src/types/system/process.d.ts
vendored
1
api/src/types/system/process.d.ts
vendored
@@ -5,6 +5,7 @@ declare namespace NodeJS {
|
||||
pythonLoc?: string
|
||||
rLoc?: string
|
||||
driveLoc: string
|
||||
sasjsRoot: string
|
||||
logsLoc: string
|
||||
logsUUID: string
|
||||
sessionController?: import('../../controllers/internal').SessionController
|
||||
|
||||
Reference in New Issue
Block a user