Files
webrtc-real-time-ip-phone/package.json
2025-11-28 14:16:54 -05:00

11 lines
256 B
JSON

{
"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\""
}
}