Merge branch 'master' into master

This commit is contained in:
Lakshmi C Rajeev
2020-01-17 15:01:59 +05:30
committed by GitHub
12 changed files with 36 additions and 44 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

@@ -43,7 +43,7 @@
<script src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js"
data-sap-ui-libs="sap.m, sap.ushell, sap.collaboration, sap.ui.layout"
data-sap-ui-compatVersion="edge"
data-sap-ui-theme="sap_belize"
data-sap-ui-theme="sap_fiori_3"
data-sap-ui-frameOptions="allow"
></script>
<script>

View File

@@ -8,6 +8,7 @@
"express": "*"
},
"scripts": {
"start": "npx cds run"
"start": "cds run --in-memory?",
"watch": "cds watch"
}
}

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",