We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a069a commit 18c7d21Copy full SHA for 18c7d21
cds-plugin.js
@@ -1,4 +1,4 @@
1
-// https://pages.github.tools.sap/cap/docs/node.js/cds-plugins
+// https://cap.cloud.sap/docs/node.js/cds-plugins
2
"use strict";
3
4
const cds = require("@sap/cds");
example-cap-server/README.md
@@ -4,7 +4,6 @@
5
Ideally, we would want to mount our library as a `file:` dependency in this sample project. Unfortunately CDS does not
6
handle `file:` dependencies correctly, because they are realized through symlinks.
7
-https://github.tools.sap/cap/issues/issues/14395
8
9
To circumvent this, we now copy the required file at runtime into the dependencies of the sample project. See the
10
`copy-library` task in [package.json](./package.json). This step is not necessary when installing our library normally.
0 commit comments