Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel
df1224860a . 2023-03-02 17:16:06 +01:00
Daniel
f8db8c87eb mtx usage sample 2023-03-01 22:32:35 +01:00
2 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "mtx-sidecar", "version": "0.0.0",
"dependencies": {
"@sap/cds-mtxs": "^1",
"@sap/cds": "^6",
"express": "^4"
},
"cds": {
"profile": "mtx-sidecar"
}
}

View File

@@ -20,8 +20,10 @@
"watch": "cds watch"
},
"cds": {
"profile": "with-mtx-sidecar",
"requires": {
"db": "sql"
"multitenancy": true,
"db": { "kind": "sql" }
}
}
}