Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
4
export
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.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected