adapt bookshop for openSAP course

This commit is contained in:
d049740
2019-12-19 15:08:34 +01:00
parent c0bce5ae5b
commit ceb5487e75
5 changed files with 162 additions and 4 deletions

4
.vscode/launch.json vendored
View File

@@ -10,7 +10,7 @@
"type": "node",
"runtimeExecutable": "npx",
"runtimeArgs": ["-n"],
"args": ["--", "cds", "run", "--with-mocks", "--in-memory?"], // the leading "--" arg ensures it works with as well as without debugging
"args": ["--", "cds", "run", "--with-mocks", "--in-memory"], // the leading "--" arg ensures it works with as well as without debugging
"cwd": "${workspaceFolder}/packages/${input:service}",
"console": "integratedTerminal",
"serverReadyAction": {
@@ -36,7 +36,7 @@
"reviews-service",
"user-service"
],
"default": "bookstore"
"default": "bookshop"
}
]
}