deploy bookshop

This commit is contained in:
Vladislav Leonkev
2024-12-09 15:44:55 +01:00
parent 32bc0ab94f
commit 1a0df4d31d
11 changed files with 5972 additions and 3215 deletions

View File

@@ -14,8 +14,22 @@
},
"dependencies": {
"@sap/cds": ">=7",
"@sap/xssec": "^4",
"@cap-js/hana": "^1",
"express": "^4.17.1"
},
"cds": {
"requires": {
"[production]": {
"auth": "xsuaa",
"db": "hana",
"messaging": "enterprise-messaging"
}
}
},
"sql": {
"native_hana_associations": false
},
"scripts": {
"genres": "cds serve test/genres.cds",
"start": "cds-serve",