style: update recorder api playground styles

This commit is contained in:
2025-01-15 01:22:05 +08:00
parent 9a2a8f029f
commit 027112db9a
40 changed files with 1700 additions and 1325 deletions

View File

@@ -13,7 +13,7 @@ dev-proxy:
pnpm run --filter=proxy dev
dev-recorder:
cargo watch -w apps/recorder -x 'recorder start'
cargo watch -w apps/recorder -i '**/*.{js,css,scss,tsx,ts,jsx,html}' -x 'recorder start'
dev-playground:
pnpm run --filter=recorder dev