processCompose
import { processCompose } from "https://garn.io/ts/v0.0.20/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.
§
processCompose(executables: Record<string, Executable>): Executable
[src]§Parameters
§
executables: Record<string, Executable>
[src]