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

@@ -31,8 +31,8 @@ layout {
}
}
tab name="Recorder" {
pane command="watchexec" {
args "-r" "-w" "apps/recorder" "--" "cargo" "run" "-p" "recorder" "--bin" "recorder_cli" "--" "--environment" "development"
pane command="just" {
args "dev-recorder"
}
}
tab name="Deps" {
@@ -40,4 +40,9 @@ layout {
args "compose" "-f" "devdeps.compose.yaml" "up"
}
}
tab name="Codegen" {
pane command="just" {
args "dev-codegen-wait"
}
}
}