feat: refactor folder structure & add new codec parser and gen & add unit tests

This commit is contained in:
2025-03-25 02:38:00 +08:00
parent 42e36e3c68
commit 39a4cf2773
67 changed files with 2211 additions and 514 deletions

View File

@@ -2,10 +2,10 @@ set windows-shell := ["pwsh.exe", "-c"]
set dotenv-load := true
dev-playground:
pnpm run --filter=playground dev
pnpm run --filter=@konoplayer/playground dev
dev-proxy:
pnpm run --filter proxy --filter mock dev
pnpm run --filter=@konoplayer/proxy --filter=@konoplayer/mock dev
download-samples:
pnpm run download-samples