7 lines
257 B
JSON
7 lines
257 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-faqs",
|
||
|
"accessKey": "<!-- ACCESS KEY -->"
|
||
|
}
|