Files
love-key-web/.claude/settings.local.json

12 lines
409 B
JSON
Raw Normal View History

2026-02-25 18:49:41 +08:00
{
"permissions": {
"allow": [
"Bash(cd \"D:/git/gitea/LoveKeyOW\" && npm create vite@latest . -- --template vue 2>&1)",
"Bash(cd \"D:/git/gitea/LoveKeyOW\" && npm create vite@latest . -- --template vue --force 2>&1)",
"Bash(cd \"D:/git/gitea/LoveKeyOW\" && npm install 2>&1)",
2026-02-26 20:26:22 +08:00
"Bash(cd \"D:/git/gitea/LoveKeyOW\" && npx vite build 2>&1)",
"Bash(npm install:*)"
2026-02-25 18:49:41 +08:00
]
}
}