Refactor messaging and database configurations to use boolean values for simplicity

This commit is contained in:
Daniel Hutzel
2025-02-19 18:25:36 +01:00
parent 23bea0f629
commit a5cec63743
6 changed files with 19 additions and 23 deletions

View File

@@ -1,2 +1 @@
cds.requires.messaging.kind = file-based-messaging
PORT = 4006

View File

@@ -3,6 +3,12 @@
"version": "1.0.0",
"dependencies": {
"@capire/common": "*",
"@sap/cds": ">=5"
"@sap/cds": "*"
},
"cds": {
"requires": {
"messaging": true,
"db": true
}
}
}