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
@@ -65,7 +65,7 @@
"dev": "pnpm run build:watch",
"test": "vitest run",
"test:watch": "vitest",
"clean": "rm -rf dist types"
"clean": "rimraf --glob dist types '*.tsbuildinfo'"
},
"devDependencies": {
"tsdown": "^0.21.4",