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

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