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?
Can't integrate hono with tus server
@tus/server
I'm having difficulty using hono with it. Here are the different examples of using it with other providers: https://github.com/tus/tus-node-server/tree/main/packages/server#example-integrate-tus-into-express
here is what I tried:...Error cannot file module "@hono/bun" (TS2307)
Best way to export types for use in a separate app with `hc` client
hc
client?Confused by recommendation to compile Hono App and Client
Type safety in middleware?
OpenTelemetry?
What's the recommended way of doing auth?
What can Hono’s web socket helper do that Deno.upgradeWebSocket can’t?
Trouble with Hono and Typescript
Hono not inferring output correctly with RPC
Using Hono server with Qwik
RPC + React Query Mutations
Compression on cloudfront + lambda@edge
compress
middleware and als otweaking some Cloudfront caching settings, but couldn't make it happen. My lambda@edge receives viewer-request
events from cloudfront. Just checking if anyone managed to make that combo work. Thanks!Hono Param Parsing - bug?
"/e/:type/:batch/:hash.:dest"
Hono routes this properly, however, it does NOT split the params properly
```json
{...I want to use hono on lambda@edge but I'm not ready to adopt cdk