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

chore: docker bind mount + sasjs/cli in container

This commit is contained in:
Saad Jutt
2021-11-17 07:49:42 +05:00
parent 455367f10a
commit 3c328dbab2
15 changed files with 197 additions and 62 deletions

View File

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