export const log = (...args) => { const timestamp = new Date().toISOString(); console.log(`[holybar] [${timestamp}]`, ...args); };