fix: just dev-all support windows

This commit is contained in:
2025-06-05 02:44:23 +08:00
parent 082e08e7f4
commit c669d66969
10 changed files with 171 additions and 243 deletions

12
dev.kdl
View File

@@ -21,13 +21,13 @@ layout {
children
}
tab name="WebUI" {
pane command="pnpm" {
args "run" "--filter=webui" "dev"
pane command="just" {
args "dev-webui"
}
}
tab name="Proxy" {
pane command="pnpm" {
args "run" "--filter=proxy" "dev"
pane command="just" {
args "dev-proxy"
}
}
tab name="Recorder" {
@@ -36,8 +36,8 @@ layout {
}
}
tab name="Deps" {
pane command="docker" {
args "compose" "-f" "devdeps.compose.yaml" "up"
pane command="just" {
args "dev-deps"
}
}
tab name="Codegen" {