Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
function
isProd() {
37
return
process.env.NODE_ENV ===
'production'
;
38
}
39
40
export
function
analyticsMiddleware() {
41
const
sendEventDebounced = debounce(() => {
Callers
1
typesenseClient.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected