#!/usr/bin/env node import { pathToFileURL } from "node:url"; import path from "node:path"; import { fileURLToPath } from "node:url"; const __dirname = path.dirname(fileURLToPath(import.meta.url)); const entry = path.join(__dirname, "..", "dist", "src", "hook.js"); await import(pathToFileURL(entry).href);