minmal example with a server client architecture

This commit is contained in:
2025-03-06 10:32:39 +01:00
parent d54de1d291
commit 35a58dd060
5 changed files with 101 additions and 9 deletions
+2 -1
View File
@@ -17,7 +17,8 @@
{
"label": "pip install -e auracast",
"type": "shell",
"command": "./venv/bin/python -m pip install -e ../bumble-auracast --config-settings editable_mode=compat"
"command": "./venv/bin/python -m pip install -e ../bumble-auracast --config-settings editable_mode=compat",
"problemMatcher": []
}
]
}