7 lines
266 B
JSON
Raw Normal View History

2022-11-12 20:26:28 +00:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
"workingDir": "./release/assets/",
"account": "<!-- STORAGE ACCOUNT NAME -->",
"container": "react-flighttracker",
"accessKey": "<!-- ACCESS KEY -->"
}