fix: remove obsolete commit checkpoints file; update WebRTCPlayer for error handling; improve stream fallback logic in StreamPage

This commit is contained in:
Nikita
2025-12-22 11:47:17 -08:00
parent 2a98dd1d0b
commit f45c28f941
4 changed files with 208 additions and 38 deletions

30
.gitignore vendored
View File

@@ -1,3 +1,32 @@
# core
.DS_Store
.env
.env*.local
.env.production
output
dist
target
.idea
.cache
.output
node_modules
package-lock.json
yarn.lock
.vercel
*.db
.repo_ignore
i.*
i-*
i/
internal/
past.*
past-*
past/
*.log
private
.blade
.npm-cache
# Logs
logs
*.log
@@ -44,3 +73,4 @@ test_scripts/
# Rust
target/
.ai/