Files
hoppscotch/packages/hoppscotch-common/src/helpers/dev.ts
2022-12-02 03:05:35 -05:00

5 lines
140 B
TypeScript

/**
* A constant specifying whether the app is running in the development server
*/
export const APP_IS_IN_DEV_MODE = import.meta.env.DEV