MCPcopy Create free account
hub / github.com/Noumena-Network/code / isDevelopmentLikeBuild

Function isDevelopmentLikeBuild

src/utils/bundledMode.ts:64–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64export function isDevelopmentLikeBuild(): boolean {
65 return (
66 process.env.NODE_ENV === 'development' ||
67 isRunningFromBuildDirectory() ||
68 isRunningFromSourceBuild()
69 )
70}

Callers 4

initializeWarningHandlerFunction · 0.85
getInstallationPathFunction · 0.85

Calls 2

isRunningFromSourceBuildFunction · 0.85

Tested by

no test coverage detected