feat: add permission for echo command in settings

This commit is contained in:
2025-12-29 22:14:46 +00:00
parent 65143eb904
commit fd556ad3ee

View File

@@ -18,7 +18,8 @@
"Bash(bun install:*)",
"Bash(test -f:*)",
"Bash(bun run typecheck:*)",
"Bash(bun run test:unit:*)"
"Bash(bun run test:unit:*)",
"Bash(echo:*)"
]
}
}