chore: add tooling for go wasm

This commit is contained in:
Aarnav Tale
2025-06-06 16:42:30 -04:00
parent 46f1576b8f
commit f9751f5ab2
5 changed files with 61 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
https://localhost {
reverse_proxy headscale:8080
tls /certs/localhost.pem /certs/localhost-key.pem
header {
Access-Control-Allow-Origin *
Access-Control-Allow-Headers *
Access-Control-Allow-Methods GET, POST, OPTIONS
}
}