feature: add subscription manage
This commit is contained in:
9
dev.kdl
9
dev.kdl
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user