sp-dev-fx-webparts/samples/angular-todo/config/deploy-azure-storage.json
Waldek Mastykarz 075f84fd70 Replaced the Angular ToDo sample (#152)
The latest version doesn't use ngOfficeUIFabric which collides with Office UI Fabric used by the SharePoint Framework
2017-03-12 16:46:54 +02:00

6 lines
151 B
JSON

{
"workingDir": "./temp/deploy/",
"account": "<!-- STORAGE ACCOUNT NAME -->",
"container": "angular-todo",
"accessKey": "<!-- ACCESS KEY -->"
}