[READ-ONLY] Mirror of https://github.com/bombshell-dev/tools. Internal CLI to standardize tooling across all Bombshell projects
Something went wrong. Try again.
TypeScript
at fix/sync-ii
123456import { fileURLToPath } from 'node:url';
export function local(file: string) { return fileURLToPath(new URL(`../node_modules/.bin/${file}`, import.meta.url));}