Enable cds watch hello

by moving the `hello` implementation into the subfolder `srv`
This commit is contained in:
Pierre Fritsch
2021-08-03 15:31:03 +02:00
committed by Daniel Hutzel
parent e1052c209b
commit ae09caf7ad
9 changed files with 50 additions and 9 deletions

View File

@@ -27,6 +27,7 @@
"registry": "node .registry/server.js",
"bookshop": "cds watch bookshop",
"fiori": "cds watch fiori",
"hello": "cds watch hello",
"media": "cds watch media",
"mocha": "npx mocha || echo",
"jest": "npx jest",