Add start script to launch bookshop with cds watch --open

This commit is contained in:
Daniel Hutzel
2025-03-26 09:12:38 +01:00
parent ebb2c2d064
commit 05fe6c4c17

View File

@@ -19,6 +19,7 @@
"@eslint/js": "^9.22.0"
},
"scripts": {
"start": "cds watch bookshop --open http://localhost:4004",
"bookstore": "cds watch bookstore",
"bookshop": "cds watch bookshop",
"fiori": "cds watch fiori",