Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

processCompose

import { processCompose } from "https://garn.io/ts/v0.0.16/mod.ts";

Creates an executable project that runs all specified executables simultaneously using process-compose.

This can be useful for starting multiple long-running processes during development, e.g. a backend server and a database.

function processCompose(executables: Record<string, Executable>): Executable;
§
processCompose(executables: Record<string, Executable>): Executable
[src]

§Parameters

§
executables: Record<string, Executable>
[src]