Skip to content

Commit

Permalink
common as plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
danjoa committed Nov 24, 2024
1 parent 33b7691 commit b1a13f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/cds-plugin.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// dummy to auto-load the plugin
7 changes: 7 additions & 0 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@
"version": "1.0.0",
"dependencies": {
"@sap/cds": "*"
},
"cds": {
"requires": {
"@capire/common/data": {
"model": "@capire/common"
}
}
}
}

0 comments on commit b1a13f2

Please sign in to comment.