Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 2 additions & 18 deletions apps/mcp-dockmaster/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,10 @@
}
},
"serve": {
"executor": "@nx/vite:dev-server",
"defaultConfiguration": "development",
"options": {
"buildTarget": "mcp-dockmaster:build"
},
"configurations": {
"development": {
"buildTarget": "mcp-dockmaster:build:development",
"hmr": true
},
"production": {
"buildTarget": "mcp-dockmaster:build:production",
"hmr": false
}
}
},
"serve-tauri": {
"dependsOn": ["copy-proxy-server-sidecar"],
"executor": "nx:run-commands",
"options": {
"command": "npx tauri dev",
"command": "npx tauri dev --config=\"src-tauri/tauri.conf.local.json\"",
"cwd": "apps/mcp-dockmaster"
}
},
Expand Down
2 changes: 1 addition & 1 deletion apps/mcp-dockmaster/src-tauri/tauri.conf.local.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"productName": "MCP Dockmaster",
"productName": "MCP Dockmaster Local",
"identifier": "com.mcp-dockmaster.desktop.local",
"bundle": {
"createUpdaterArtifacts": false
Expand Down
Loading