Migrate to a monorepo structure (#2909)
This commit is contained in:
4
packages/twenty-front/src/utils/logDebug.ts
Normal file
4
packages/twenty-front/src/utils/logDebug.ts
Normal file
@ -0,0 +1,4 @@
|
||||
/* eslint-disable no-console */
|
||||
export const logDebug = (message: any, ...optionalParams: any[]) => {
|
||||
console.debug(message, optionalParams);
|
||||
};
|
||||
Reference in New Issue
Block a user