Kill on port 32100 on restart app (clean up orphan process)

This commit is contained in:
Will Chen
2025-04-15 21:42:01 -07:00
parent dfecc62ce3
commit 26fb5c8dc6
3 changed files with 57 additions and 4 deletions

View File

@@ -46,6 +46,7 @@
"@electron/fuses": "^1.8.0",
"@testing-library/react": "^16.3.0",
"@types/better-sqlite3": "^7.6.13",
"@types/kill-port": "^2.0.3",
"@types/node": "^22.14.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
@@ -99,6 +100,7 @@
"geist": "^1.3.1",
"isomorphic-git": "^1.30.1",
"jotai": "^2.12.2",
"kill-port": "^2.0.1",
"lucide-react": "^0.487.0",
"monaco-editor": "^0.52.2",
"openai": "^4.91.1",
@@ -118,4 +120,4 @@
"update-electron-app": "^3.1.1",
"uuid": "^11.1.0"
}
}
}