added dynamic stream button

This commit is contained in:
venus
2026-07-19 14:12:46 -05:00
parent a8cc15410f
commit 10a7ba3a76
6 changed files with 398 additions and 33 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "stream-hub",
"version": "1.0.0",
"description": "StreamHub Live Player Server",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.19.2"
}
}