Can set the father and the mother of a member
This commit is contained in:
3
geneit_app/src/utils/debug_utils.ts
Normal file
3
geneit_app/src/utils/debug_utils.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export function isDebug(): boolean {
|
||||
return !process.env.NODE_ENV || process.env.NODE_ENV === "development";
|
||||
}
|
Reference in New Issue
Block a user