Join Slack
Powered by
Is there a way I can execute this command in paral...
# help
k
Karolis Stulgys
04/09/2022, 8:40 AM
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",
Karolis Stulgys
04/09/2022, 8:52 AM
Nevermind. I found
concurrently
r
Ross Coundon
04/09/2022, 9:03 AM
Exactly what I was going to suggest
Open in Slack
Previous
Next