TBD
The Tenant UI was developed to :
- Be served by it's Node API. This Node API also supplies some endpoints that the Tenant UI needs (SMTP functionality, OIDC login for Innkeeper, etc).
- Get it's env config from the Node API
- Build... (refresh memory here, can't remember what was thrown together originally). The Vue app is built as a static dist and that is served by the Node api on an express route.
- Startup... (same as above)
Some of this could be rethought if necessary, as the Vue app is pretty standalone at this point.
TBD
The Tenant UI was developed to :
Some of this could be rethought if necessary, as the Vue app is pretty standalone at this point.