#Sidecar executing
11 messages · Page 1 of 1 (latest)
whats error
"externalBin": [
"./binaries/*"
]
``` iirc this is not a valid config. no glob/wildcard in externalBin (not 100% sure but worth a try)
binaries work with globs/wildcards but not from javascript
i can call them from rust easily
same binary from js is not working