Julie Turner 3e9f4519c4 Update react-async-await-sp-pnp-js
Updated SPFx to version 1.14
Update to PnPjs version 3.0
Removed logging interface
Updated codebase for current better coding practices
Added samples to show how to utilize new PnPjs version 3 features
2022-01-13 22:28:40 +00:00

7 lines
274 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-async-await-sp-pnp-js",
"accessKey": "<!-- ACCESS KEY -->"
}