This website requires JavaScript.
Explore
Help
Sign In
studio
/
docs
Archived
Watch
2
Star
0
Fork
0
You've already forked docs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2026-03-24
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
33d1f3c15158830531312d809f85c15006774072
docs
/
src
/
frontend
/
servers
/
y-provider
/
nodemon.json
6 lines
62 B
JSON
Raw
Normal View
History
Unescape
Escape
✨(y-webrtc-signaling) create signaling server Create signaling server for WebRTC. It will be used for the collaborative editor, client will connect to this server to see their changes in real-time.
2024-04-08 11:56:17 +02:00
{
"watch"
:
[
"src"
]
,
"ext"
:
"ts"
,
🧑💻(y-webrtc) use correctly the conf nodemon The conf was not used correctly, the nodemon.json was not used. This commit fix this issue.
2024-08-01 16:52:08 +02:00
"exec"
:
"yarn build"
✨(y-webrtc-signaling) create signaling server Create signaling server for WebRTC. It will be used for the collaborative editor, client will connect to this server to see their changes in real-time.
2024-04-08 11:56:17 +02:00
}
Reference in New Issue
Copy Permalink