wip
This commit is contained in:
5
packages/auth/server/lib/utils/debugger.ts
Normal file
5
packages/auth/server/lib/utils/debugger.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const authDebugger = (message: string) => {
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
console.log(`[DEBUG]: ${message}`);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user