Files
CommonWebComponents/.claude/settings.local.json
Marc Lorenz 6407ea531e
All checks were successful
CI / test-and-build (push) Successful in 9m32s
Component import from other project
2026-03-24 09:50:34 +01:00

17 lines
606 B
JSON

{
"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:*)"
]
}
}