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

feat: Enable DRIVE_LOCATION setting for deploying multiple instances of SASjs Server

This commit is contained in:
2022-11-02 20:05:12 +05:00
parent 7e684b54a6
commit 1c9d167f86
9 changed files with 44 additions and 26 deletions

View File

@@ -26,6 +26,7 @@ export * from './saveTokensInDB'
export * from './seedDB'
export * from './setProcessVariables'
export * from './setupFolders'
export * from './setupUserAutoExec'
export * from './upload'
export * from './validation'
export * from './verifyEnvVariables'