azure storage to require not import for build fix
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user