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
Faker is only needed by orm/Factory.js, which is a test/seed-time concern, but every production install pulls it in (it is a multi-megabyte package with large locale data). dotenv is similarly a host-application concern.
Faker is only needed by orm/Factory.js, which is a test/seed-time concern, but every production install pulls it in (it is a multi-megabyte package with large locale data). dotenv is similarly a host-application concern.