Midday / apps /engine /src /utils /logger.ts
Jules
Final deployment with all fixes and verified content
c09f67c
export const logger = (message: string, ...rest: string[]) => {
console.log(message, ...rest);
};