nitrojs / nitro

Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.
https://nitro.build
MIT License
6.16k stars 507 forks source link

chore(examples): change name in package.json #2816

Closed iiio2 closed 1 day ago

iiio2 commented 1 week ago

๐Ÿ”— Linked issue

โ“ Type of 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.

๐Ÿ“ Checklist