MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / isProd

Function isProd

apps/web/utilities/typesenseClient.ts:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34};
35
36function isProd() {
37 return process.env.NODE_ENV === 'production';
38}
39
40export function analyticsMiddleware() {
41 const sendEventDebounced = debounce(() => {

Callers 1

typesenseClient.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected