How to Connect my local node to Helia like as i done in js-Ipfs

this is my previous code :-
const { create } = await import(‘ipfs-http-client’);
const client = await create({ host: ‘111.111.111.11’, port: ‘1111’, protocol: ‘http’ });

how can i connect my local ipfs node to helia