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:
@@ -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 = () =>
|
||||
|
||||
Reference in New Issue
Block a user