kolosal-cli icon indicating copy to clipboard operation
kolosal-cli copied to clipboard

The esbuild called by Kolosal didn't close.

Open madebyaris opened this issue 1 month ago • 0 comments

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:

Image

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.

madebyaris avatar Nov 26 '25 00:11 madebyaris