5 lines
140 B
TypeScript
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
|