mirror of
https://github.com/sasjs/server.git
synced 2026-01-07 14:40:05 +00:00
fix: issue174 + issue175 + issue146
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { createFolder } from '@sasjs/utils'
|
||||
import { getTmpFilesFolderPath } from './file'
|
||||
import { getFilesFolder } from './file'
|
||||
|
||||
export const setupFolders = async () => {
|
||||
const drivePath = getTmpFilesFolderPath()
|
||||
const drivePath = getFilesFolder()
|
||||
await createFolder(drivePath)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user