11 lines
256 B
JSON
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\""
|
|
}
|
|
}
|