f1-dash
f1-dash copied to clipboard
run backend at the same time as front end
i dont know if this is possible but i would like it so when i run yarn dev it also runs cargo r -p live and cargo r -p api in a new cmd terminal
so that you have all three terminals running with one command
I understand the pain, not sure if I like binding it to yarn run is the best idea.
But there are docker compose profiles which could do the trick.
We could setup profiles to only startup the backend services or everything.
~~With the release of v3 I could add those profiles as I am doing other changes to the images and compose files as well.~~