mirror of
https://github.com/sasjs/server.git
synced 2025-12-28 03:00:04 +00:00
feat: App Stream, load on startup, new route added
This commit is contained in:
@@ -15,6 +15,9 @@ export const getWebBuildFolderPath = () =>
|
||||
|
||||
export const getTmpFolderPath = () => process.driveLoc
|
||||
|
||||
export const getTmpAppStreamConfigPath = () =>
|
||||
path.join(getTmpFolderPath(), 'appStreamConfig.json')
|
||||
|
||||
export const getTmpUploadsPath = () => path.join(getTmpFolderPath(), 'uploads')
|
||||
|
||||
export const getTmpFilesFolderPath = () =>
|
||||
|
||||
Reference in New Issue
Block a user