Skip to content
Merged
619 changes: 303 additions & 316 deletions apps/mcp-dockmaster-cli/Cargo.lock

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions apps/mcp-dockmaster/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@
"command": "npx tauri icon",
"cwd": "apps/mcp-dockmaster"
}
},
"clean": {
"executor": "nx:run-commands",
"options": {
"cwd": "apps/mcp-dockmaster/src-tauri",
"command": "cargo clean"
}
}
},
"tags": []
Expand Down
Loading
Loading