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

fix: moved macros from codebase to drive

This commit is contained in:
Saad Jutt
2022-03-23 09:19:33 +05:00
parent cd00aa2af8
commit 9ac3191891
5 changed files with 20 additions and 4 deletions

View File

@@ -18,6 +18,8 @@ export const getTmpFolderPath = () => process.driveLoc
export const getTmpAppStreamConfigPath = () =>
path.join(getTmpFolderPath(), 'appStreamConfig.json')
export const getTmpMacrosPath = () => path.join(getTmpFolderPath(), 'sasjscore')
export const getTmpUploadsPath = () => path.join(getTmpFolderPath(), 'uploads')
export const getTmpFilesFolderPath = () =>