chore: split app to commons and web (squash commit)
This commit is contained in:
4
packages/hoppscotch-common/src/helpers/dev.ts
Normal file
4
packages/hoppscotch-common/src/helpers/dev.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* A constant specifying whether the app is running in the development server
|
||||
*/
|
||||
export const APP_IS_IN_DEV_MODE = import.meta.env.DEV
|
||||
Reference in New Issue
Block a user