I'm Building a worker application with Hono how can I change the PORT
i have created an app using npm create hono@latest my-app and selected cloudflare workers and the wrangler CLI is good but i have two desires
- I want to run application on my desired ports
- rather using wrangler can i run locally as in traditional hono application we use to run using this command
"dev": "tsx watch src/index.ts"