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

11 lines
234 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\""
}
}