feat(bpb.json): add wrap_bin, a way to (at some point) disable the wrapper scripts in the bin dir

This commit is contained in:
Paul Fey 2025-02-27 21:49:05 +01:00
parent 199911d6e2
commit 87486f5397

View file

@ -14,6 +14,7 @@
"bin": { "bin": {
"run": "bndd", "run": "bndd",
"raw-command": "bnd-send-cmd" "raw-command": "bnd-send-cmd"
} },
"wrap_bin": false
} }
} }