feature: add subscription manage

This commit is contained in:
2025-04-30 01:59:14 +08:00
parent 9fdb778330
commit 4301f1dbab
128 changed files with 2286 additions and 740 deletions

View File

@@ -11,7 +11,6 @@ dev-webui:
dev-proxy:
pnpm run --filter=proxy dev
# crash on windows
dev-recorder:
watchexec -r -w apps/recorder -- cargo run -p recorder --bin recorder_cli -- --environment development
@@ -25,4 +24,9 @@ dev-codegen:
pnpm run --filter=webui codegen
dev-all:
zellij --layout dev.kdl
zellij --layout dev.kdl
dev-codegen-wait:
@until nc -z localhost 5001; do echo "Waiting for Recorder..."; sleep 1; done
pnpm run --filter=webui codegen-watch