15 lines
431 B
JSON
15 lines
431 B
JSON
|
{
|
||
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
||
|
"solution": {
|
||
|
"name": "sp-fx-alm-webpart-client-side-solution",
|
||
|
"id": "0e22cfbc-16a8-4c0e-8ef8-888ecc691203",
|
||
|
"version": "1.0.0.0",
|
||
|
"includeClientSideAssets": true,
|
||
|
"skipFeatureDeployment": true,
|
||
|
"isDomainIsolated": false
|
||
|
},
|
||
|
"paths": {
|
||
|
"zippedPackage": "solution/sp-fx-alm-webpart.sppkg"
|
||
|
}
|
||
|
}
|