Component import from other project
All checks were successful
CI / test-and-build (push) Successful in 9m32s

This commit is contained in:
2026-03-24 09:50:34 +01:00
parent d08a148b7e
commit 6407ea531e
28 changed files with 4744 additions and 7 deletions

View File

@@ -0,0 +1,16 @@
{
"permissions": {
"allow": [
"Bash(find c:Usersmarc.lorenzlimelight-commn-web-componentsCommonWebComponents -not -path */.git/* -type f)",
"Bash(npm install:*)",
"Bash(npm run:*)",
"Bash(mkdir -p src/components src/utils assets fonts)",
"Bash(mv LimelightButton.vue src/components/)",
"Bash(mv webviewer.ts src/utils/)",
"Bash(mv webviewer.d.ts src/utils/)",
"Bash(mv index.ts src/index.ts)",
"Bash(find c:Usersmarc.lorenzlimelight-commn-web-componentsCommonWebComponents -name *.test.* -o -name *.spec.*)",
"Bash(npm test:*)"
]
}
}