1
0
mirror of https://github.com/sasjs/server.git synced 2026-06-10 10:30:20 +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
+1 -1
View File
@@ -1,6 +1,6 @@
declare namespace NodeJS {
export interface Process {
sasLoc?: string
sasLoc: string
driveLoc?: string
sessionController?: import('../controllers/internal').SessionController
}