common as plugin

This commit is contained in:
Daniel Hutzel
2024-11-25 00:31:04 +01:00
parent 33b7691f51
commit b1a13f2460
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"
}
}
}
}