Ignoring seedCount?
iv set seedcount to 1 in each entity but it's still seeding 50 how to fix this?
3 Replies
iv fixed it with a temp solution, altering; exports.DEFAULT_SEED_COUNT = 1;
Hello @MURO⚡
I did not manage to reproduce the issue, see my Stackblitz reproduction: https://stackblitz.com/edit/mnfst-manifest-d3fvdcix?file=manifest%2Fbackend.yml
Running "npm run manifest:seed" currently seeds 1 item. It should not be necessary to change this kind of variable:
Bruno
StackBlitz
Manifest Main Demo Example (forked) - StackBlitz
Run official live example code for Manifest Main Demo, created by Mnfst on StackBlitz
hmm weird, i use seedCount the same way in backend.yml