mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-07-12 16:01:38 +08:00
move the core logic of run core to child process, and rerun run child process in daemon process when uncaught error makes process terminated.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"module": "./main/index.mjs",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node ./packages/run-core-of-geek-auto-start-chat-with-boss/index.mjs"
|
||||
"start": "node ./packages/run-core-of-geek-auto-start-chat-with-boss/daemon-main.mjs"
|
||||
},
|
||||
"author": "geekgeekrun",
|
||||
"license": "ISC",
|
||||
|
||||
Reference in New Issue
Block a user