remove auto generated cds requires section
This commit is contained in:
@@ -10,23 +10,5 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npx cds run"
|
"start": "npx cds run"
|
||||||
},
|
|
||||||
"cds": {
|
|
||||||
"requires": {
|
|
||||||
"db": {
|
|
||||||
"kind": "sqlite",
|
|
||||||
"model": [
|
|
||||||
"db/",
|
|
||||||
"srv/",
|
|
||||||
"app/"
|
|
||||||
],
|
|
||||||
"credentials": {
|
|
||||||
"database": "bookshop.db"
|
|
||||||
},
|
|
||||||
"[production]": {
|
|
||||||
"kind": "hana"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user