Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/monkeytypegame/monkeytype
/ isDevEnvironment
Function
isDevEnvironment
backend/src/utils/misc.ts:180–182 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
178
}
179
180
export
function
isDevEnvironment(): boolean {
181
return
process.env[
"MODE"
] ===
"dev"
;
182
}
183
184
export
function
getFrontendUrl(): string {
185
return
isDevEnvironment()
Callers
15
getVersion
Function · 0.90
connect
Function · 0.90
init
Function · 0.90
init
Function · 0.90
constructor
Method · 0.90
getOauthLink
Function · 0.90
verify
Function · 0.90
checkIfUserIsAdmin
Function · 0.90
errorHandlingMiddleware
Function · 0.90
onlyAvailableOnDev
Function · 0.90
authenticateTsRestRequest
Function · 0.90
authenticateWithApeKey
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected