mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 13:08:23 +00:00
* first commit * configured the property pane * readme updated and demo gif uploaded * correction * added author * add more descriptions * Updated to GA Version, New properties that allow to specify the number of items to display and which entities retrieve (User, SharePoint Groups, Distribution Lists, Security Groups). * First release * readme changed * release date modified * readme updated
11 lines
277 B
JSON
11 lines
277 B
JSON
{
|
|
"$schema": "https://dev.office.com/json-schemas/core-build/serve.schema.json",
|
|
"port": 4321,
|
|
"initialPage": "https://localhost:5432/workbench",
|
|
"https": true,
|
|
"api": {
|
|
"port": 5432,
|
|
"entryPath": "node_modules/@microsoft/sp-webpart-workbench/lib/api/"
|
|
}
|
|
}
|