This commit is contained in:
2025-09-05 16:19:03 +02:00
parent fc62302f97
commit 30a41125d7
18 changed files with 958 additions and 84 deletions

View File

@@ -0,0 +1,11 @@
{
"permissions": {
"allow": [
"Bash(npm run dev:*)",
"Bash(lsof:*)",
"Bash(npm install)"
],
"deny": [],
"ask": []
}
}