Open ajikamaludin opened 2 days ago
Im facing the same issue with commands like php artisan serve
. Looks to be the same issue that #10 addressed, but it seems like the fix is not solving the issue.
Detail information :
maybe this gif can be hint for the bug ,
running it with normal npm run dev
from the terminal is just fine, with solo the process is not stopped correctly
i need to kill it manually so it will start with correct port
Hey Aaron, solo is great.
just realized that after several time quit and back run the
solo
command vite always create new port its mean the npm command before its still alive, is this a bug ?