Help with REGEX doesnt work on route path definition
Configuring Storybook with Hono
TSX layout / templating question
relative pathname in Request not working on POST request
What is the difference between `Zod OpenAPI` and `Hono OpenAPI`?
Can't get the RPC typing
Image uploaded to S3 cannot be displayed when run on Lambda
The image cannot be displayed because it contains error
My Setup:
- Frontend: SvelteKit, sending a multipart/form-data request with the image.
- Backend: AWS Lambda with Hono
...HonoX change entry file
app/server.ts
to src/server.ts
? there is an entry
option in the honox vite plugin but that doesn't workNo Types for RPC with abstracted routes
How can I stream a video in hono?
Get `auth` session when API endpoint is called from a server component
How can I use hono/jsx templates to send Emails via Nodemailer?
Is there a simple way to bundle the directory served by serveStatic into a single file executable?
Loading routes from Cloudflare KV?
route.all(...)
that has the logic to fetch this and then add additional routes.How to test / develop AWS Lambda locally?
Problem passing jwt token by rpc
How to make Hono Cloudflare server run on network public ip so that other devices can also access it
Question on vite build with node server
vite-build
plugin but whenever I run it none of the env variables will load. For dev I was injecting them with the dotenv-cli within the package.json scripts, but no matter what I do I cannot get them to work after making a vite build.
after the build i'm using the node "./dist/index.js"
command but when logging the process.env variable there is nothing in there when compared to dev.
I'm going to test out trying to deploy this today with wrangler/cloudflare but I was just experimenting and trying to get the build to run locally for testing but nothing was working....maxAge parameter in Hono Cookie Helper takes seconds?