Create files for all services

This commit is contained in:
Christian Georgi
2020-11-16 12:06:29 +01:00
parent f593265687
commit 3d24dc491d

View File

@@ -11,7 +11,7 @@
"genres": "cds serve test/genres.cds",
"start": "cds run",
"watch": "cds watch",
"to-openapi": "cds compile srv --to openapi -s CatalogService -o srv --openapi:diagram && mv srv/srv.openapi3.json srv/CatalogService.openapi3.json"
"to-openapi": "cds compile srv --to openapi -s all -o srv --openapi:diagram"
},
"cds": {
"requires": {