Hi just ran into same issue but got it working nowI started with this:aio rt action create hello-world ./hello.js than ranaio rt action invoke hello-world ./hello.js make some updates to the hello.js file, but needed to run the "update" commandaio rt action update hello-world ./hello.js and now when...