RaineP
RaineP
DDeno
Created by wilsonlewis on 9/9/2024 in #help
Workspace member parallel processes (monorepo)
@wilsonlewis I am also interested in this functionality. I usually use TurboRepo, but TurboRepo doesn't have Deno support yet. In the meantime I am using concurrently. If Deno had more advanced monorepo features out of the box it really would be "batteries included" for me.
"dev": "deno run -RE --allow-run npm:concurrently \"deno task -f api dev\" \"deno task -f web dev\""
"dev": "deno run -RE --allow-run npm:concurrently \"deno task -f api dev\" \"deno task -f web dev\""
4 replies