wesbos
wesbos
DDeno
Created by wesbos on 10/24/2024 in #help
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
6 replies