File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
- // https://pages.github.tools. sap/cap /docs/node.js/cds-plugins
1
+ // https://cap.cloud. sap/docs/node.js/cds-plugins
2
2
"use strict" ;
3
3
4
4
const cds = require ( "@sap/cds" ) ;
Original file line number Diff line number Diff line change 4
4
5
5
Ideally, we would want to mount our library as a ` file: ` dependency in this sample project. Unfortunately CDS does not
6
6
handle ` file: ` dependencies correctly, because they are realized through symlinks.
7
- https://github.tools.sap/cap/issues/issues/14395
8
7
9
8
To circumvent this, we now copy the required file at runtime into the dependencies of the sample project. See the
10
9
` copy-library ` task in [ package.json] ( ./package.json ) . This step is not necessary when installing our library normally.
You can’t perform that action at this time.
0 commit comments