mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +00:00
15 lines
407 B
JSON
15 lines
407 B
JSON
|
{
|
||
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
||
|
"solution": {
|
||
|
"name": "Search Directory",
|
||
|
"id": "5b62bc16-3a71-461d-be2f-16bfcb011e8a",
|
||
|
"version": "1.0.0.0",
|
||
|
"includeClientSideAssets": true,
|
||
|
"skipFeatureDeployment": true,
|
||
|
"isDomainIsolated": false
|
||
|
},
|
||
|
"paths": {
|
||
|
"zippedPackage": "solution/react-directory.sppkg"
|
||
|
}
|
||
|
}
|