Merge branch 'master' into dkom

This commit is contained in:
Daniel
2020-01-03 03:10:26 +01:00
7 changed files with 33 additions and 53 deletions

View File

@@ -11,7 +11,9 @@
"express": "*"
},
"scripts": {
"start": "npx cds run"
"reviews-service": "PORT=5005 cds run ../reviews-service --bind --in-memory?",
"start": "cds run --in-memory?",
"watch": "cds watch"
},
"cds": {
"requires": {

View File

@@ -11,7 +11,8 @@
"sqlite3": "^4.1.0"
},
"scripts": {
"start": "npx cds run"
"start": "cds run --in-memory?",
"watch": "cds watch"
},
"cds": {
"requires": {

View File

@@ -28,7 +28,8 @@
"app", "srv", "db"
],
"scripts": {
"start": "cds run"
"start": "cds run --in-memory?",
"watch": "cds watch"
},
"cds": {
"requires": {

View File

@@ -8,6 +8,10 @@
"@sap/cds": "latest",
"express": "*"
},
"scripts": {
"start": "cds run --in-memory?",
"watch": "cds watch"
},
"files": [
"db",
"srv",