David Luecke
David Luecke
Thanks for putting this together. I don't disagree that the Quick start transition is a little jarring, I was just hoping to get into the basic concepts and show code...
This is strangely turning out to be more complicated than I thought. For some reason just declaring the `exports` in our `package.json` like it is done in TypeBox itself does...
Sounds good to me, I'd merge a PR with those changes and according documentation updates.
The latest guide is available at https://dove.feathersjs.com/guides - since it is not a final release yet I think I'll add a note to the old website and docs.
The website has been updated to the new guide but we'll put this into https://crow.docs.feathersjs.com/ for completeness. Thanks!
The v5 CLI now automatically generates a typed client from the data model that will be always up to date. You can try it out [here](https://dove.feathersjs.com/guides/).
The [new docs](https://dove.feathersjs.com/) do have a link checker and all links are verified to be working now.
This should be working properly now in the [new guide](https://dove.feathersjs.com/guides/) which uses SQLite.
This should be up to date now.
Thank you for putting that together! Does this also cover the same things as the work done in the https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/elasticsearch-7 branch?