@MrSmallLiu 我試過指定 title 了泛啸,不靈,Egg 報“找不到進(jìn)程”眶掌。
后來我取消了 --deamon 后臺運(yùn)行模式果覆,這樣在這個 exe 窗口按下 Ctrl+C 可以關(guān)閉了。
總之目前的狀況就是,start 之后垒迂,stop 仍然不靈。
此前:
"start": "egg-scripts start --title=ims-server --daemon --sticky",
"stop": "egg-scripts stop --title=ims-server",
現(xiàn)在:
"start": "egg-scripts start --sticky",
"stop": "egg-scripts stop",
Egg.js線上部署——利用pkg打包Egg.js工程本文由 @小劉 原創(chuàng)妒蛇,轉(zhuǎn)載請注明出處机断。 github示例地址:https://github.com/MrSmallLiu/pkg-egg-example 打包Node...