remove auto generated cds requires section

This commit is contained in:
d049740
2019-12-19 15:44:27 +01:00
parent 0e2218a5f1
commit 72a17ffcf7

View File

@@ -10,23 +10,5 @@
},
"scripts": {
"start": "npx cds run"
},
"cds": {
"requires": {
"db": {
"kind": "sqlite",
"model": [
"db/",
"srv/",
"app/"
],
"credentials": {
"database": "bookshop.db"
},
"[production]": {
"kind": "hana"
}
}
}
}
}