mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 14:05:15 +00:00
* Advanced comment box sample * Typo error Updated the SharePoint generator version info. Co-authored-by: Mikael Svenson <miksvenson@gmail.com> Co-authored-by: Laura Kokkarinen <41330990+LauraKokkarinen@users.noreply.github.com>
7 lines
264 B
JSON
7 lines
264 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
|
|
"workingDir": "./temp/deploy/",
|
|
"account": "<!-- STORAGE ACCOUNT NAME -->",
|
|
"container": "modern-page-comments",
|
|
"accessKey": "<!-- ACCESS KEY -->"
|
|
} |