cleaned up start scripts

This commit is contained in:
Daniel
2020-01-03 02:59:27 +01:00
parent eb7431afed
commit 583c97a494
7 changed files with 35 additions and 41 deletions

View File

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