Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
hono/vercel How to change the PORT for local dev? - Hono
H
Hono
•
11mo ago
Lucas Kennedy
hono/vercel How to change the PORT for local dev?
`
`
`ts
import
{ Hono
} from
'hono
'
import
{ handle
} from
'hono
/vercel
'
export const config
=
{
runtime
:
'edge
'
,
}
const app
= new Hono
(
)
.basePath
(
'
/api
'
)
app
.get
(
'
/
'
,
(c
)
=
>
{
return c
.json
(
{ message
:
'Hello Hono
!
'
}
)
}
)
export default handle
(app
)
Hono
Join
This is the official Hono discord server for the community
4,418
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
How to setup Hono with Remix/Cloudflare for Vite dev server?
H
Hono / help
2y ago
hono + vercel + monorepo + turborepo -- what is the trick?
H
Hono / help
7mo ago
How to handle Websocket using "hono/vercel" running on NodeJS environment.
H
Hono / help
2y ago
Cookie not set 'hono/vercel', zod-openapi...
H
Hono / help
15mo ago