docs(tasks): use `server/` dir
๐ Linked issue
โ Type of change
- [x] ๐ Documentation (updates to the documentation, readme, or JSdoc annotations)
- [ ] ๐ Bug fix (a non-breaking change that fixes an issue)
- [ ] ๐ Enhancement (improving an existing functionality like performance)
- [ ] โจ New feature (a non-breaking change that adds functionality)
- [ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- [ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
The current Tasks documentation includes a specific Nuxt note requiring the tasks folder to be in the server one (https://nitro.unjs.io/guide/tasks#define-tasks).
However, it's also required for a standalone Nitro application in its current state, making this note outdated and needing to update all path mentions to include server.
๐ Checklist
- [ ] I have linked an issue or discussion.
- [x] I have updated the documentation accordingly.
@pi0 I will add new commits to update the whole documentation.
Thanks dear @geromegrignon it would be of great help for docs consistency! Would you like me to wait to push on same PR?
@pi0 sure, I converted it to draft meanwhile.
I lost a fair amount of time today following the docs and putting tasks in the root rather than in server/. Could this PR be merged soon to avoid tripping up others? Thanks
Hi @alexcroox, i'll resolve conflicts today and tag the PR as ready for review today
Done: ready for review
Thanks @geromegrignon ๐ซถ