fix: fix addrInUse at dev & cursor-point

This commit is contained in:
2025-04-22 01:12:01 +08:00
parent 08946059ad
commit e64086b7cf
8 changed files with 50 additions and 32 deletions

View File

@@ -31,8 +31,8 @@ layout {
}
}
tab name="Recorder" {
pane command="cargo" {
args "watch" "-w" "apps/recorder" "-x" "run -p recorder --bin recorder_cli -- --environment development"
pane command="watchexec" {
args "-w" "apps/recorder" "--" "cargo" "run" "-p" "recorder" "--bin" "recorder_cli" "--" "--environment" "development"
}
}
tab name="Deps" {