Compare commits

...

1 Commits

Author SHA1 Message Date
Christian Georgi
7732763a75 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?
2021-07-13 17:02:43 +02:00

View File

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