wesbosW
Denoβ€’15mo agoβ€’
5 replies
wesbos

concurrent deno tasks

I've got two servers I need to run as part of my app when in development - a vite server and an express server. Is it possible to run two tasks concurrently?

I've used a package "concurrently" in the past, many others use npm-run-all. Currently using turborepo to run everything, but i've not yet dove into deno + monorepo support just yet so Im not worried about that
Was this page helpful?