hastic-zzz / hastic-server

Hastic data management server for analyzing patterns and anomalies from Grafana
GNU General Public License v3.0
330 stars 23 forks source link

dev mode doensnt stop node process #851

Open jonyrock-back opened 4 years ago

jonyrock-back commented 4 years ago

steps:

1) npm run dev 2) ctrl+c

then see ps ax and find that node is still running and your 8000 port is open

jonyrock-back commented 4 years ago

the port is open cuz app doesn't close it when it should, but nodemon could process could be better (will add it it PR)