#! /usr/bin/env node import { main } from "./aicommits"; (async () => { await main(); })();