feat: add native hls media + refactor (#1154)

This commit is contained in:
Wesley Luyten
2026-03-30 20:13:19 -05:00
committed by GitHub
parent 0433722ee4
commit 1b2afc6e41
24 changed files with 552 additions and 200 deletions
+1
View File
@@ -33,6 +33,7 @@
"link:aliases": "node build/scripts/link-aliases.mjs",
"size": "node .github/scripts/bundle-size.js | node .github/scripts/bundle-size-report.js",
"test": "turbo run test",
"test:packages": "turbo run test --filter='./packages/*'",
"format:astro": "prettier --write 'site/src/**/*.astro'",
"typecheck": "tsc --build",
"changelog": "git-cliff --config cliff.toml --output CHANGELOG.md"