15 lines
416 B
JSON
15 lines
416 B
JSON
|
{
|
||
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
||
|
"solution": {
|
||
|
"name": "hellohooks-client-side-solution",
|
||
|
"id": "a31d666e-5429-4d34-8abe-2000c5627939",
|
||
|
"version": "1.0.0.0",
|
||
|
"includeClientSideAssets": true,
|
||
|
"skipFeatureDeployment": true,
|
||
|
"isDomainIsolated": true
|
||
|
},
|
||
|
"paths": {
|
||
|
"zippedPackage": "solution/hellohooks.sppkg"
|
||
|
}
|
||
|
}
|