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

Function printNoRunningLocalWebApp

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

Source from the content-addressed store, hash-verified

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

Callers 1

openRunningLocalWebAppFunction · 0.85

Calls 1

logMethod · 0.80

Tested by

no test coverage detected