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

@@ -12,7 +12,7 @@ import { getMacrosFolder, sasJSCoreMacros, sasJSCoreMacrosInfo } from '.'
export const copySASjsCore = async () => {
if (process.env.NODE_ENV === 'test') return
console.log('Copying Macros from container to drive(tmp).')
console.log('Copying Macros from container to drive.')
const macrosDrivePath = getMacrosFolder()