azure storage to require not import for build fix

This commit is contained in:
2022-10-27 10:19:21 +01:00
parent 73338c5c97
commit c4907c0891
4 changed files with 26 additions and 11 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { v4 as uuidv4 } from "uuid";
import {
const {
ContainerClient,
BlockBlobClient,
BlobServiceClient,
@@ -7,7 +7,7 @@ import {
ContainerSASPermissions,
generateBlobSASQueryParameters,
SASProtocol,
} from "@azure/storage-blob";
} = require("@azure/storage-blob");
import { DefaultAzureCredential } from "@azure/identity";
import { consoleLogger, conLog, hashAPIPath } from ".";
import _ from "lodash";