Files
DanDing1Todo_Web/.claude/settings.local.json
Mr.Xia 2c4549ad79
Some checks failed
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
fa
2026-02-26 21:29:54 +08:00

16 lines
312 B
JSON

{
"permissions": {
"allow": [
"Bash(test:*)",
"Bash(if exist node_modules rmdir /s /q node_modules)",
"Bash(if exist:*)",
"Bash(if exist yarn.lock del:*)",
"Bash(npm install:*)",
"Bash(npx next:*)",
"Bash(npm run dev:*)"
],
"deny": [],
"ask": []
}
}