initial
This commit is contained in:
4
src/utils/common.ts
Normal file
4
src/utils/common.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
/*
|
||||
`true` if debug mode enabled and `false` otherwise
|
||||
*/
|
||||
export const DEBUG_MODE: boolean = process.env.NODE_ENV === "development";
|
||||
Reference in New Issue
Block a user