Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
docs: update typeorm-model-shim.js comment link (typeorm#4540)
Browse files Browse the repository at this point in the history
  • Loading branch information
kateile authored and Kononnable committed Aug 31, 2019
1 parent 4c2bffc commit d4e2443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extra/typeorm-model-shim.js
Expand Up @@ -14,7 +14,7 @@
// }

// for webpack this is resolved this way:
// resolve: { // see: http://webpack.github.io/docs/configuration.html#resolve
// resolve: { // see: https://webpack.js.org/configuration/resolve/
// alias: {
// typeorm: path.resolve(__dirname, "../node_modules/typeorm/typeorm-model-shim")
// }
Expand Down Expand Up @@ -229,4 +229,4 @@ exports.Generated = Generated;
return function (object, propertyName) {
};
}
exports.Index = Index;
exports.Index = Index;

0 comments on commit d4e2443

Please sign in to comment.