working poc

This commit is contained in:
2025-11-28 14:16:54 -05:00
parent 7b6b278e90
commit 0494115007
5 changed files with 2869 additions and 4 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "webrtc-real-time-ip-phone",
"workspaces": [
"./frontend-web-vanilla",
"./signaling"
],
"scripts": {
"dev": "concurrently \"cd frontend-web-vanilla && bun run dev\" \"cd signaling && bun run dev\""
}
}