const now = new Date().toISOString(); process.stdout.write( JSON.stringify({ message: "Sample data loader OK", generatedAt: now, }), );