mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 05:58:36 +00:00
43cbbe2d71
* Initial commit * Implemented business logic and UI * UI, Readme.md, bugfixing * Update README.md * removed unuseful comments * Code Review
14 lines
418 B
JSON
14 lines
418 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "react-admin-sc-catalog-pnpjs-client-side-solution",
|
|
"id": "59954bf3-e8a7-4def-933b-c1b618e0ab19",
|
|
"version": "2.0.0.0",
|
|
"includeClientSideAssets": true,
|
|
"isDomainIsolated": false
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/react-admin-sc-catalog-pnpjs.sppkg"
|
|
}
|
|
}
|