From 87486f53973bf0beeeac30e92ae9a7fb4071ef7d Mon Sep 17 00:00:00 2001 From: pauljako Date: Thu, 27 Feb 2025 21:49:05 +0100 Subject: [PATCH] feat(bpb.json): add wrap_bin, a way to (at some point) disable the wrapper scripts in the bin dir --- bpb.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bpb.json b/bpb.json index a90697c..331ef9b 100644 --- a/bpb.json +++ b/bpb.json @@ -14,6 +14,7 @@ "bin": { "run": "bndd", "raw-command": "bnd-send-cmd" - } + }, + "wrap_bin": false } }