feat: add Mux video component (#1036)

This commit is contained in:
Wesley Luyten
2026-03-24 18:19:50 -05:00
committed by GitHub
parent 833210a270
commit 271a8c8502
45 changed files with 941 additions and 182 deletions
+1 -1
View File
@@ -97,7 +97,7 @@
"build:watch": "tsdown --watch ./src --no-clean",
"dev": "pnpm run build:watch",
"test": "vitest run",
"clean": "rm -rf dist cdn types"
"clean": "rimraf --glob dist cdn types '*.tsbuildinfo'"
},
"dependencies": {
"@videojs/core": "workspace:*",