mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-03 06:42:27 +08:00
fix: enhance permissions in settings and update .gitignore for local config
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(npm update:*)"
|
||||
"Bash(npm update:*)",
|
||||
"WebFetch(domain:ai-sdk.dev)",
|
||||
"mcp__ide__getDiagnostics",
|
||||
"Bash(npx tsc:*)",
|
||||
"WebFetch(domain:sdk.vercel.ai)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
|
||||
Reference in New Issue
Block a user