Component import from other project
All checks were successful
CI / test-and-build (push) Successful in 9m32s
All checks were successful
CI / test-and-build (push) Successful in 9m32s
This commit is contained in:
16
.claude/settings.local.json
Normal file
16
.claude/settings.local.json
Normal 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:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user