import { init } from "./index.js"; init({ headless: true }).catch((err) => { console.error(err.message); process.exit(1); });