MCPcopy Create free account
hub / github.com/msgbyte/tailchat / isDev

Function isDev

apps/cli/src/utils.ts:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2 * Determine whether it is a development environment
3 */
4export function isDev(): boolean {
5 return process.env.NODE_ENV === 'development';
6}
7
8/**
9 * Add github resource proxy to optimize chinese access speed

Callers 1

app.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected