This commit is contained in:
Josh-Heaps
2025-10-22 14:04:37 -06:00
parent 9969c6e3cf
commit 3a8b3e8447
20 changed files with 2402 additions and 626 deletions
+5 -2
View File
@@ -3,9 +3,12 @@
"allow": [
"Bash(dotnet test:*)",
"Bash(dotnet build)",
"Bash(dir:*)"
"Bash(dir:*)",
"Bash(node --check:*)",
"Bash(cat:*)",
"Bash(node build.js:*)"
],
"deny": [],
"ask": []
}
}
}