MCPcopy Create free account
hub / github.com/code-forge-io/react-router-devtools / log

Function log

docs/scripts/setup.ts:8–8  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

6const ENVIRONMENTS = ["stage", "prod", "test"]
7
8const log = (message: string) => console.log(chalk.green(message))
9
10const getEnvInfo = () => {
11 // Gets the environment from the command line arguments if set, otherwise defaults to dev

Callers 2

setupEnvFunction · 0.70
confirmRunFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected