Feature(Go): Web auth, WebSocket signaling and live device list (Phase 3)

This commit is contained in:
yuanyuanxiang
2026-05-17 22:18:29 +02:00
committed by yuanyuanxiang
parent 534d3650c4
commit 4ea6ed252c
13 changed files with 1211 additions and 21 deletions

View File

@@ -8,8 +8,12 @@
"mode": "auto",
"program": "${workspaceFolder}/cmd",
"cwd": "${workspaceFolder}",
"args": [],
"env": {},
"args": [
"-port=9090"
],
"env": {
"YAMA_WEB_ADMIN_PASS": "3.14159"
},
"console": "integratedTerminal",
"preLaunchTask": "sync-web-assets"
},
@@ -23,7 +27,9 @@
"args": [
"-port=9090"
],
"env": {},
"env": {
"YAMA_WEB_ADMIN_PASS": "3.14159"
},
"console": "integratedTerminal",
"buildFlags": "-gcflags='all=-N -l'",
"preLaunchTask": "sync-web-assets"