How to connect to an existing app?
Hi,
I have created an app using `aio app init` and gone through adding the actions and code and deploying it etc...
Now my colleague wants to connect to be able to update and deploy etc...
They have the code from the repo downloaded but I'm not sure how to connect them to the app? Do we run `aio app init` again? If so are there any specific options to choose as it is asking us about creating actions etc...
When trying to do `aio app deploy` with the code form the repo we now get... "Error: missing Adobe I/O Runtime namespace, did you set the AIO_RUNTIME_NAMESPACE environment variable?"
Thanks