chore(deps): add mise and VSCode launch config

This commit is contained in:
2026-01-10 18:57:40 +00:00
parent 2e5101650f
commit 58f310bb8c
4 changed files with 37 additions and 13 deletions

11
.claude/settings.json Normal file
View File

@@ -0,0 +1,11 @@
{
"permissions": {
"allow": [
"Bash(npm install:*)",
"Bash(npm run build:*)",
"Bash(npm run update:*)",
"Bash(npm run dev:*)",
"Bash(npm run preview:*)",
]
}
}