14 lines
408 B
JSON
14 lines
408 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "react-personal-greeting-client-side-solution",
|
|
"id": "5e7ea24d-fccc-4d96-a56c-488564d9c61c",
|
|
"version": "1.0.0.0",
|
|
"includeClientSideAssets": true,
|
|
"isDomainIsolated": false
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/react-personal-greeting.sppkg"
|
|
}
|
|
}
|