FIORI App gegenereerd

This commit is contained in:
2026-07-26 08:41:40 +00:00
parent c83b0a545a
commit 09f1e3c1e6
18 changed files with 13488 additions and 4 deletions

View File

@@ -5,10 +5,18 @@
"@sap/cds": "^9"
},
"devDependencies": {
"@cap-js/sqlite": "^2.4"
"@cap-js/sqlite": "^2.4",
"cds-plugin-ui5": "^0.17.0"
},
"scripts": {
"start": "cds-serve"
"start": "cds-serve",
"watch-incidents": "cds watch --open ns.incidents/index.html?sap-ui-xx-viewCache=false --livereload false"
},
"private": true
"private": true,
"workspaces": [
"app/*"
],
"sapux": [
"app/incidents"
]
}