2023-01-31 16:08:21 +00:00

7 lines
262 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-birthdays",
"accessKey": "<!-- ACCESS KEY -->"
}