How do you run node js in an action step?

Hi,

How do I run custom node js code in a server action step?

say I want to run this at api route api/my-library

const myLib = myLib.init();
myLib.doStuff();

How do I implement this with Wappler?

You would create a custom module. PREVIEW: Wappler Extensibility - Writing Custom Modules and Formatters for Server Connect