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
+3 -1
View File
@@ -2,7 +2,9 @@
const nextConfig = {
reactStrictMode: true,
experimental: {
serverActions: true
serverActions: {
bodySizeLimit: '2mb'
}
}
};