chore: Update project configuration

- Add demo app path reference in CLAUDE.md
- Add bash command permissions for development tools
This commit is contained in:
BaekRyang 2025-11-05 11:21:28 +09:00
parent e66b078dd8
commit c18115da0e
2 changed files with 7 additions and 2 deletions

View File

@ -9,7 +9,11 @@
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(npm run dev:*)"
"Bash(npm run dev:*)",
"Bash(findstr:*)",
"Bash(npm link:*)",
"Bash(find:*)",
"Bash(nul)"
],
"deny": [],
"ask": []

View File

@ -1 +1,2 @@
- 주석은 한글로 작성
- 주석은 한글로 작성
- D:\Projects\WebstormProjects\demo-app 에 link 된 데모 앱이 있음