Files
MonocoEditor-With-Lsp-Backend/.claude/settings.local.json
2026-02-15 15:55:49 +08:00

15 lines
273 B
JSON

{
"permissions": {
"allow": [
"Bash(npm create:*)",
"Bash(yes:*)",
"Bash(npx --yes create-vite@latest:*)",
"Bash(npm install)",
"Bash(npx vue-tsc:*)",
"Bash(curl:*)",
"Bash(pkill:*)",
"Bash(npx vite build)"
]
}
}