Merge branch 'main' into fix-media-server

This commit is contained in:
Johannes Vogt
2024-11-25 10:09:51 +01:00
committed by GitHub
2 changed files with 8 additions and 0 deletions

1
common/cds-plugin.js Normal file
View File

@@ -0,0 +1 @@
// dummy to auto-load the plugin

View File

@@ -4,5 +4,12 @@
"version": "1.0.0",
"dependencies": {
"@sap/cds": "*"
},
"cds": {
"requires": {
"@capire/common/data": {
"model": "@capire/common"
}
}
}
}