json-server icon indicating copy to clipboard operation
json-server copied to clipboard

feat(cli): Add ctrl+c close

Open lalilaloe opened this issue 2 years ago • 0 comments

When using npm-run-all json-server does not close on ctrl+c SIGTERM signal. It's the same issue as vite has had https://github.com/vitejs/vite/issues/11434. This resolves this issue and no longer leaves the terminal open and the server running.

lalilaloe avatar May 12 '23 09:05 lalilaloe