Compose with cds-plugins
This commit is contained in:
3
reviews/cds-plugin.js
Normal file
3
reviews/cds-plugin.js
Normal file
@@ -0,0 +1,3 @@
|
||||
cds.once('bootstrap',(app)=>{
|
||||
app.serve ('/reviews') .from ('@capire/reviews','app/vue')
|
||||
})
|
||||
@@ -12,6 +12,10 @@
|
||||
},
|
||||
"cds": {
|
||||
"requires": {
|
||||
"ReviewsService": {
|
||||
"kind": "odata",
|
||||
"model": "@capire/reviews"
|
||||
},
|
||||
"messaging": {
|
||||
"[development]": { "kind": "file-based-messaging" },
|
||||
"[hybrid]": { "kind": "enterprise-messaging-shared" },
|
||||
|
||||
Reference in New Issue
Block a user