ensure proper termination of server plugins when Greenwood process ends #539
Labels
CLI
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
good first issue
Good for newcomers
Plugins
Greenwood Plugins
Milestone
Type of Change
Summary
Should really import the
stop
methods for both servers in Greenwood. This is especially true for the live dev server, something the process does get shut down correctly and then an error could show with the live reload server still running in the background.Details
This would apply to:
Need to make sure there
stop
methods get called and appropriately shut everything both down, with the main use case being when a user does something like ctr+c to kill the dev server and so we would probably want to listen for a process exit callback?The text was updated successfully, but these errors were encountered: