mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(electron): use tree-kill for electron dev (#5252)
electron process sometimes do not get re-spawned because of some child process not being closed. use tree-kill instead.
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
"rxjs": "^7.8.1",
|
||||
"semver": "^7.5.4",
|
||||
"tinykeys": "^2.1.0",
|
||||
"tree-kill": "^1.2.2",
|
||||
"ts-node": "^10.9.1",
|
||||
"undici": "^6.0.0",
|
||||
"uuid": "^9.0.1",
|
||||
|
||||
Reference in New Issue
Block a user