Refactor http-server implemention

This commit is contained in:
zimplexing
2025-07-11 11:09:29 +08:00
parent 9e4d4ca242
commit ea601ba640
9 changed files with 1378 additions and 185 deletions

View File

@@ -0,0 +1,12 @@
{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(rm:*)",
"Bash(yarn install)",
"Bash(yarn lint)",
"Bash(yarn prebuild-tv:*)"
],
"deny": []
}
}