SAP-samples / btp-cap-multitenant-saas

Sample project that demonstrates how to setup a multitenant application for a Software-as-a-Service scenario, leveraging the Kyma and Cloud Foundry Runtimes of the SAP Business Technology Platform. Developers learn how to implement their own CAP (mtxs) based SaaS app including an SaaS API and integration with various essential SAP BTP service of...
Apache License 2.0
89 stars 42 forks source link

cds-serve path change fix #56

Closed alperdedeoglu closed 2 months ago

alperdedeoglu commented 2 months ago

Paths has been removed from the mta file. Their existence even was complete unnecessary at the first look. Giving the exact path was causing issues on CF deployment since binary file path for "cds-serve" has been changed.

The command section of mta.yaml has been removed to avoid this.