7 lines
268 B
JSON
Raw Normal View History

2021-03-16 10:49:35 +01:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
"workingDir": "./temp/deploy/",
"account": "<!-- STORAGE ACCOUNT NAME -->",
"container": "react-image-editor",
"accessKey": "<!-- ACCESS KEY -->"
}