tabby/clients/tabby-agent/src/env.ts

4 lines
154 B
TypeScript

export const isBrowser = !!process.env.IS_BROWSER;
export const isTest = !!process.env.IS_TEST;
export const testLogDebug = !!process.env.TEST_LOG_DEBUG;