You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then you should register the mixin in your app by adding `../node_modules/loopback-ds-resultset-limit-mixin/dist` to the `mixins` property to your `server/model-config.json` like the following:
22
+
Then you should register the mixin in your app by adding `../node_modules/loopback-ds-resultset-limit-mixin/lib` to the `mixins` property to your `server/model-config.json` like the following:
23
23
```js
24
24
{
25
25
"_meta": {
@@ -31,7 +31,7 @@ Then you should register the mixin in your app by adding `../node_modules/loopba
0 commit comments