#2 update
Some checks failed
Deploy / server (push) Failing after 15s

This commit is contained in:
Никита Круглицкий
2025-10-01 18:50:11 +06:00
parent a6e94e6449
commit 838331f770
8 changed files with 1177 additions and 0 deletions

13
server/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "server",
"scripts": {
"start": "node index.mjs"
},
"packageManager": "yarn@4.10.3",
"dependencies": {
"cors": "^2.8.5",
"express": "^5.1.0",
"mediasoup": "^3.19.3",
"socket.io": "^4.8.1"
}
}