Using port 5005 by default

This commit is contained in:
Daniel
2020-03-22 22:11:26 +01:00
parent 7c953050f2
commit 9998997a73
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
"express": "^4.17.1"
},
"scripts": {
"reviews-service": "PORT=5005 cds watch",
"reviews-service": "cds watch",
"bookshop": "cds watch test/bookshop"
},
"cds": {