UNPKG

@bomb.sh/tools

Version:

The internal dev, build, and lint CLI for Bombshell projects

10 lines (8 loc) 238 B
import { fileURLToPath } from "node:url"; //#region src/utils.ts function local(file) { return fileURLToPath(new URL(`../node_modules/.bin/${file}`, import.meta.url)); } //#endregion export { local }; //# sourceMappingURL=utils.mjs.map