new ui annotations

This commit is contained in:
Wolfgang Koch
2021-09-22 10:38:00 +02:00
parent 1e034e964e
commit 35bec41f0e
149 changed files with 2321 additions and 7891 deletions

9
gen/db/package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "deploy",
"dependencies": {
"@sap/hdi-deploy": "^4"
},
"scripts": {
"start": "node node_modules/@sap/hdi-deploy/deploy.js"
}
}