mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 13:38:39 +00:00
* 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
11 lines
277 B
JSON
11 lines
277 B
JSON
{
|
|
"$schema": "https://dev.office.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/"
|
|
}
|
|
}
|