Hi
I am trying to use a library within the worker.js of an XM function and all methods are failing. I have tried both es6 and typescript packages with available notations and executing the task either returns a lib not found or forbidden import. Does anybody know the way to call a library or even a function from another file within the project within the worker.js?
Thanks!