1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-12 00:30:06 +00:00

fix(logs): logs location is configurable

This commit is contained in:
Saad Jutt
2022-07-16 05:07:00 +05:00
parent 92fda183f3
commit e024a92f16
5 changed files with 17 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ declare namespace NodeJS {
sasLoc?: string
nodeLoc?: string
driveLoc: string
logsLoc: string
sasSessionController?: import('../../controllers/internal').SASSessionController
jsSessionController?: import('../../controllers/internal').JSSessionController
appStreamConfig: import('../').AppStreamConfig