1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-09 07:20:05 +00:00

fix: use env if provided for desktop mode

This commit is contained in:
Saad Jutt
2021-12-15 18:24:04 +05:00
parent e11a4b66e7
commit d19ce253b4
6 changed files with 22 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
declare namespace NodeJS {
export interface Process {
sasLoc: string
driveLoc?: string
driveLoc: string
sessionController?: import('../controllers/internal').SessionController
}
}