working poc
This commit is contained in:
10
package.json
Normal file
10
package.json
Normal 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\""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user