Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ isDev
Function
isDev
frontend/src/utils/util.ts:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
dayjs.extend(utc);
20
21
export
function
isDev(): boolean {
22
return
import
.meta.env.DEV;
23
}
24
25
export
function
isRelease(): boolean {
26
return
import
.meta.env.PROD;
Callers
7
main.ts
File · 0.90
BannersWrapper
Function · 0.90
ProfileMenuTrigger
Function · 0.90
InstanceFormBody
Function · 0.90
AccountSection.tsx
File · 0.90
AuthGate.tsx
File · 0.90
index.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected