Makefile commands are launched separately
leanderme opened this issue · 1 comments
leanderme commented
Hi
thanks for open sourcing this. I'm currently experimenting with the project and found that running make serve
runs the webpack command, then exists out while the process continues in the background and afterwarts launches the Go server.
Developing still works of course but the processes continue in the background when stopping using ^C.
As a workaround I'm killing the ports afterwards manually. Has anyone noticed the same behaviour?
senthilsivanath commented
Yup the process on port continues.