Laura Kokkarinen 4e4c3ea22f Js public unjoined teams (#779)
* Added a web part that lists all the public teams the current user is not a member of yet.

* Update README.md
2019-02-09 12:23:15 +02:00

11 lines
286 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/core-build/serve.schema.json",
"port": 4321,
"https": true,
"initialPage": "https://localhost:5432/workbench",
"api": {
"port": 5432,
"entryPath": "node_modules/@microsoft/sp-webpart-workbench/lib/api/"
}
}