mtx usage sample

This commit is contained in:
Daniel
2023-03-01 22:32:35 +01:00
parent 50b13f60ce
commit f8db8c87eb
2 changed files with 13 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"
}
}