Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdata-dev/atomic-data-browser
/ isDev
Function
isDev
data-browser/src/config.ts:8–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
7
/** Returns true
if
this is run in locally, in Development mode */
8
export
function
isDev(): boolean {
9
//@ts-ignore This key does exist
10
return
import
.meta.env[
'MODE'
] ==
'development'
;
11
}
Callers
2
App.tsx
File · 0.90
initBugsnag
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected