MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / printNoRunningLocalWebApp

Function printNoRunningLocalWebApp

apps/cli/src/main.ts:3226–3237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3224 });
3225
3226const printNoRunningLocalWebApp = (): void => {
3227 console.log("Executor is not running.");
3228 console.log("");
3229 console.log("Install and start the background service:");
3230 console.log(` ${cliPrefix} install`);
3231 console.log("");
3232 console.log("Then open the web UI:");
3233 console.log(` ${cliPrefix} web`);
3234 console.log("");
3235 console.log("For a temporary foreground server:");
3236 console.log(` ${cliPrefix} web --foreground`);
3237};
3238
3239const openRunningLocalWebApp = (): Effect.Effect<
3240 void,

Callers 1

openRunningLocalWebAppFunction · 0.85

Calls 1

logMethod · 0.80

Tested by

no test coverage detected