mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 13:08:23 +00:00
f583732935
* Initial version * Added more property pane fields * Fixed recent tab style * Update RecentFilesTab.module.scss * Update RecentFilesTab.tsx * Fixed an issue with unitialized PnP causing wrong API url * Update package-solution.json * Cleaned up code and comments. * Update FileBrowser.tsx * Update FileBrowser.types.ts * Update DocumentLibraryBrowser.tsx * Update RecentFilesTab.tsx * Added OneDrive support * Fixed a little speelliing mistake
11 lines
286 B
JSON
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/"
|
|
}
|
|
}
|