Siddharth 0d9630f8a0 Added PnP JS Tester Webpart
Added new sample PnP JS Tester Webpart which allows to test PnP JS SharePoint method.

Co-Authored-By: Kunj Balkrishna Sangani <sangani.kunj@gmail.com>
2020-08-16 13:56:49 +05:30

7 lines
263 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
"workingDir": "./temp/deploy/",
"account": "<!-- STORAGE ACCOUNT NAME -->",
"container": "react-pnpjsexplorer",
"accessKey": "<!-- ACCESS KEY -->"
}