updates on the redesign page for all the pages
This commit is contained in:
44
.claude/settings.json
Normal file
44
.claude/settings.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(npm install)",
|
||||
"Bash(npm install:*)",
|
||||
"Bash(npm run lint)",
|
||||
"Bash(npm run lint:*)",
|
||||
"Bash(npm run build)",
|
||||
"Bash(npm run build:*)",
|
||||
"Bash(npm start)",
|
||||
"Bash(npm run start:*)",
|
||||
"Bash(yarn)",
|
||||
"Bash(yarn install)",
|
||||
"Bash(yarn lint)",
|
||||
"Bash(yarn build)",
|
||||
"Bash(yarn start)",
|
||||
"Bash(npx eslint:*)",
|
||||
"Bash(git status:*)",
|
||||
"Bash(git diff:*)",
|
||||
"Bash(git log:*)",
|
||||
"Bash(git show:*)",
|
||||
"Bash(git branch:*)",
|
||||
"Bash(git ls-files:*)",
|
||||
"Bash(git rev-parse:*)",
|
||||
"Bash(ls:*)",
|
||||
"Bash(pwd)",
|
||||
"Bash(wc:*)",
|
||||
"Bash(node -e:*)",
|
||||
"Bash(node --version)"
|
||||
],
|
||||
"deny": [
|
||||
"Bash(rm -rf /:*)",
|
||||
"Bash(git push --force:*)",
|
||||
"Bash(git reset --hard:*)",
|
||||
"Bash(git commit --amend:*)",
|
||||
"Bash(git checkout -- .:*)",
|
||||
"Bash(git clean -f:*)",
|
||||
"Bash(git branch -D:*)",
|
||||
"Bash(npm publish:*)",
|
||||
"Bash(yarn publish:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user