feat: add YouTube Live chat connection controls with UI

This commit is contained in:
Yusuf İpek
2025-10-05 04:42:47 +03:00
parent 47c9a67362
commit 18d2f78516
7 changed files with 414 additions and 22 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"packageManager": "[email protected]",
"scripts": {
"dev": "concurrently \"pnpm dev:backend\" \"pnpm dev:client\"",
"dev:backend": "tsx --env-file=.env backend/src/index.ts",
"dev:backend": "tsx backend/src/index.ts",
"dev:client": "next dev client",
"build": "pnpm build:backend && pnpm build:client",
"build:backend": "tsc -p backend/tsconfig.build.json",