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
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
needs to be updated to suit the structure that is being created by the feathers cli.
It looks like adding seeding to src/server.js would instead be in src/index.js?
Even better yet, when the feathers-cli prompts for authentication (with username and password) we should add seeding of a default user (id there are zero users in the database)
This way, seeding would already be set up for the most common seeding use case
The text was updated successfully, but these errors were encountered:
It seems that the documentation for seeding services at: https://docs.feathersjs.com/guides/advanced/seeding-services.html
needs to be updated to suit the structure that is being created by the feathers cli.
It looks like adding seeding to
src/server.js
would instead be insrc/index.js
?Even better yet, when the
feathers-cli
prompts for authentication (with username and password) we should add seeding of a default user (id there are zero users in the database)This way, seeding would already be set up for the most common seeding use case
The text was updated successfully, but these errors were encountered: