demo -> done

This commit is contained in:
Daniel
2021-02-16 18:43:11 +01:00
committed by Daniel Hutzel
parent a037d92c97
commit 77de0e445e
18 changed files with 131 additions and 29 deletions

15
done/.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"command": "cds run --with-mocks --in-memory?",
"name": "cds run",
"request": "launch",
"type": "node-terminal",
"skipFiles": [ "<node_internals>/**" ]
}
]
}