onflow / kitty-items

Kitty Items: CryptoKitties Sample App
https://kitty-items.onflow.org
Apache License 2.0
409 stars 214 forks source link

Stopping app does not kill port #293

Closed chasefleming closed 1 year ago

chasefleming commented 1 year ago

Describe the bug Stopping Kitty Items does not kill port 3001. Cannot run another application on that port after ctrl c.

To Reproduce

bluesign commented 1 year ago

by design I guess, it is running via pm as service. npm run stop should stop background services.

ref: https://github.com/onflow/kitty-items/blob/0751e2f9ccbee917fe4c6d645174329e67d3f6ac/package.json#L37