mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 13:08:23 +00:00
* Added a web part that lists all the public teams the current user is not a member of yet. * Update README.md
7 lines
268 B
JSON
7 lines
268 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
|
|
"workingDir": "./temp/deploy/",
|
|
"account": "<!-- STORAGE ACCOUNT NAME -->",
|
|
"container": "js-public-unjoined-teams",
|
|
"accessKey": "<!-- ACCESS KEY -->"
|
|
} |