You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
leanderme
changed the title
Makefile commands are launched seperately
Makefile commands are launched separately
Aug 1, 2017
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?
The text was updated successfully, but these errors were encountered: