deploy orders,reviews,bookstore

This commit is contained in:
Vladislav Leonkev
2024-12-09 18:56:38 +01:00
parent 1a0df4d31d
commit 32b0e82c98
8 changed files with 197 additions and 29 deletions

View File

@@ -7,17 +7,24 @@
"index.cds"
],
"dependencies": {
"@cap-js/hana": "^1.5.0",
"@sap/cds": ">=5",
"@sap/xssec": "^4.2.7",
"express": "^4.17.1"
},
"cds": {
"requires": {
"messaging": {
"[development]": { "kind": "file-based-messaging" },
"[hybrid]": { "kind": "enterprise-messaging-shared" },
"[production]": { "kind": "enterprise-messaging" }
},
"db": { "kind": "sql" }
"[production]": {
"auth": "xsuaa",
"db": "hana",
"messaging": "enterprise-messaging"
}
}
},
"sql": {
"native_hana_associations": false
},
"scripts": {
"start": "cds-serve"
}
}
}