[ ] ๐ 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
There are many examples in our Nitro project inside examples folder. For example, in the api-routes folder, the name of the project is example-api-routes in the name field in package.json file. In the same way, in the auto-imports folder, the name in package.json is example-auto-imports. In the cached-handler folder, the name field in package.json is example-cached-handler. But in the websocket folder, the project name was given example-hello-world. I think it would be better to change it to example-websocket for maintaining the naming consistency like all other the projects in package.json.
๐ Linked issue
โ Type of change
๐ Description
There are many examples in our Nitro project inside
examples
folder. For example, in theapi-routes
folder, the name of the project isexample-api-routes
in thename
field in package.json file. In the same way, in theauto-imports
folder, thename
in package.json isexample-auto-imports
. In thecached-handler
folder, thename
field in package.json isexample-cached-handler
. But in thewebsocket
folder, the project name was givenexample-hello-world
. I think it would be better to change it toexample-websocket
for maintaining the naming consistency like all other the projects in package.json.๐ Checklist