Problem
I'm noticing that the npm run dev or any stuff like that, didn't close when we quit the kolosal, thus, it make unnecassary bloated resource:
On my case, it called 3-4 npm run dev, and they are also using 4 ports.
I'm noticing it's also happen on the IDE built-in VSCODE.
solutions
We should close all the npm run dev terminal that running because we spawn it, when we close our kolosal.
Problem
I'm noticing that the
npm run devor any stuff like that, didn't close when we quit the kolosal, thus, it make unnecassary bloated resource:On my case, it called 3-4
npm run dev, and they are also using 4 ports.I'm noticing it's also happen on the IDE built-in VSCODE.
solutions
We should close all the
npm run devterminal that running because we spawn it, when we close our kolosal.