How to run embedded OrderService?

cds deploy excludes its definitions if `OrdersService` is marked
as external.  How would we tell it to include them in the embedded case?
This commit is contained in:
Christian Georgi
2021-07-13 17:00:13 +02:00
parent bcbf65f95e
commit 7732763a75

View File

@@ -26,7 +26,7 @@
"kind": "odata",
"model": "@capire/reviews"
},
"OrdersService": {
"--> OrdersService": {
"kind": "odata",
"model": "@capire/orders"
},