I'm developing Google Workspace Add-On based on Node.JS + Cloud Run (NOT Apps Script!). I want to let my client install this Add-On while it's still unpublished to see the progress.
It's easily achieved with Apps Script based add-on and perfectly described here. I've tried it and it worked.
But I've stuck with doing the same thing for an add-on based on Node.JS + Cloud Run.