cds add hana --production

This commit is contained in:
Johannes Vogt
2025-03-21 16:33:12 +01:00
parent 24154725ba
commit 49ca54ca82
4 changed files with 170 additions and 5 deletions

View File

@@ -5,7 +5,8 @@
"repository": "https://github.com/sap-samples/cloud-cap-samples.git",
"author": "daniel.hutzel@sap.com",
"dependencies": {
"@sap/cds": ">=8"
"@sap/cds": ">=8",
"@cap-js/hana": "^1"
},
"workspaces": [
"./bookshop",
@@ -39,5 +40,10 @@
"timeout": 6666
},
"license": "SEE LICENSE IN LICENSE",
"private": true
"private": true,
"cds": {
"sql": {
"native_hana_associations": false
}
}
}