#!/usr/bin/env node
import path from "node:path";
import { fileURLToPath } from "node:url";
import { loadAddon } from "rebory";
const add = await loadAddon(path.join(path.dirname(fileURLToPath(import.meta.url)), "binding.yaml"));
console.log(add.addon.require());