#!/usr/bin/env node import path from "node:path"; import { fileURLToPath } from "node:url"; import { loadAddon } from "rebory"; console.log(loadAddon(path.join(path.dirname(fileURLToPath(import.meta.url)), "binding.yaml")).test.loadRelease());