This website requires JavaScript.
Explore
Help
Sign In
root
/
tabby
mirror of
https://gitee.com/zhang_1334717033/tabby.git
Watch
1
Star
0
Fork
You've already forked tabby
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
19586a4926
tabby
/
clients
/
tabby-agent
/
src
/
env.ts
2 lines
95 B
TypeScript
Raw
Blame
History
export
const
isBrowser
=
!
!
process
.
env
.
IS_BROWSER
;
export
const
isTest
=
!
!
process
.
env
.
IS_TEST
;
Reference in New Issue
View Git Blame
Copy Permalink