gwapes
Explore posts from serversStrange error
You may want to use something like
<{ Bindings: …, Variables: { user: { id: number }}>
Then
c.set('user', { id: 1 })
Then whenever you want to get it
c.get('user')
Lmk if there’s anything wrong, syntax may be wrong since I’m on phone
3 replies
CDCloudflare Developers
•Created by Md.Sadiq on 10/26/2024 in #workers-help
I'm Building a worker application with Hono how can I change the PORT
Workers are serverless, request goes in and a response comes out. You can’t change the port since you can’t run a server on workers
3 replies