#!/usr/bin/env bun import { main } from "../src/sync/index.js"; await main(["wandb", ...process.argv.slice(2)]);