1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-03 21:10:05 +00:00

feat(drive): GET folder contents API added

This commit is contained in:
Saad Jutt
2022-03-29 23:27:44 +05:00
parent 0a5aeceab5
commit 0ac9e4af7d
9 changed files with 313 additions and 34 deletions

View File

@@ -10,7 +10,8 @@ import {
copySASjsCore,
getWebBuildFolderPath,
loadAppStreamConfig,
setProcessVariables
setProcessVariables,
setupFolders
} from './utils'
dotenv.config()
@@ -42,6 +43,7 @@ const onError: ErrorRequestHandler = (err, req, res, next) => {
}
export default setProcessVariables().then(async () => {
await setupFolders()
await copySASjsCore()
// loading these modules after setting up variables due to