Adding requires.db: {kind:'sql'}

This commit is contained in:
Daniel
2020-02-03 07:55:56 +01:00
parent 9ea294586a
commit 8071faa62d

View File

@@ -10,5 +10,12 @@
"scripts": { "scripts": {
"start": "cds run --in-memory?", "start": "cds run --in-memory?",
"watch": "cds watch" "watch": "cds watch"
},
"cds": {
"requires": {
"db": {
"kind": "sql"
}
}
} }
} }