- Implemented the PortalSettings Web Part with a new manifest and TypeScript file. - Created SCSS styles for the Web Part, defining various UI elements and responsive design. - Added localization support for English and German languages. - Developed tests for Provider Registry and static assets validation. - Included PowerShell script for project validation.
11 lines
243 B
JSON
11 lines
243 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/core-build/serve.schema.json",
|
|
"port": 4321,
|
|
"https": true,
|
|
"serveConfigurations": {
|
|
"default": {
|
|
"pageUrl": "http://clshp001/_layouts/15/workbench.aspx"
|
|
}
|
|
}
|
|
}
|