mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 13:38:39 +00:00
* sample v0.1 added * Readme file content and demo image * Adding view tracking image to readme Co-authored-by: Vesa Juvonen <VesaJuvonen@users.noreply.github.com>
7 lines
271 B
JSON
7 lines
271 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-members-with-presence",
|
|
"accessKey": "<!-- ACCESS KEY -->"
|
|
} |