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

Commit d4e2443

Browse files
kateileKononnable
authored andcommitted
1 parent 4c2bffc commit d4e2443

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extra/typeorm-model-shim.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// }
1515

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

0 commit comments

Comments
 (0)