IO-1998 LMS Zip Download.
This commit is contained in:
@@ -24,6 +24,9 @@ export const FolderPaths = {
|
||||
VendorsFolder,
|
||||
};
|
||||
|
||||
export function JobRelativeFilePath(jobid: string, filename: string) {
|
||||
return path.join(FolderPaths.Jobs, jobid, filename);
|
||||
}
|
||||
export default function InitServer() {
|
||||
logger.info(`Ensuring Root media path exists: ${FolderPaths.Root}`);
|
||||
fs.ensureDirSync(FolderPaths.Root);
|
||||
|
||||
Reference in New Issue
Block a user