Files
ibs-fullstack/ruoyi-ui/.claude/settings.local.json

11 lines
191 B
JSON
Raw Permalink Normal View History

2026-02-26 14:51:13 +08:00
{
"permissions": {
"allow": [
"Bash(if exist node_modules rmdir /s /q node_modules)",
"Bash(if exist:*)",
"Bash(npm install:*)",
"Bash(npm run dev)"
]
}
}