import leafly from './leafly.mjs'; async function scrape() { await leafly(); } scrape();