2022-11-09 08:32:23 +01:00

7 lines
276 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
"workingDir": "./release/assets/",
"account": "<!-- STORAGE ACCOUNT NAME -->",
"container": "react-dall-e-image-generation",
"accessKey": "<!-- ACCESS KEY -->"
}