Is there a way I can execute this command in paral...
# help
k
Is there a way I can execute this command in parallel (so I don't need to wait server to start before start my frontend)?
"start": "sst start && cd src/frontend && yarn dev",
Nevermind. I found concurrently
r
Exactly what I was going to suggest