fix CORS headers and a wasm experiment
Some checks failed
Go / build (push) Has been cancelled
Go / release (push) Has been cancelled

This commit is contained in:
2025-11-14 19:15:50 +00:00
parent 9fb976703d
commit 24eef5b5a8
13 changed files with 691 additions and 35 deletions

View File

@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(go build:*)",
"Bash(CGO_ENABLED=0 go build:*)"
],
"deny": [],
"ask": []
}
}