Initial commit

This commit is contained in:
Torsten Brendgen
2026-04-13 10:59:34 +02:00
commit 0b3f831174
23 changed files with 18009 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
"workingDir": "./temp/deploy/",
"account": "<!-- STORAGE ACCOUNT NAME -->",
"container": "full-width-section-web-part",
"accessKey": "<!-- ACCESS KEY -->"
}