mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +00:00
c177a89297
* initial commit * Added OfflineHTTPService implementation to file * Put interfaces into their own files * Create a state object to allow the render method to have a variable to print. * Tested Gets, need to update comments * Add JSDoc * Created Readme.md
7 lines
260 B
JSON
7 lines
260 B
JSON
{
|
|
"$schema": "https://dev.office.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
|
|
"workingDir": "./temp/deploy/",
|
|
"account": "<!-- STORAGE ACCOUNT NAME -->",
|
|
"container": "react-offline-first",
|
|
"accessKey": "<!-- ACCESS KEY -->"
|
|
} |