Julie Turner ddfb562109 New PnPjs v3 sample
Ready to have new package-lock.json file created when 1.14.0 and v3 drop
2022-01-27 21:03:19 +00:00

7 lines
266 B
JSON

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