Yusuke Wada
Yusuke Wada
Ah, of course you can create a HonoX project from scratch, but I think it is easier to choose `x-basic`.
@mvolkmann Add `"type": "module"` to your `package.json`.
`import.meta.glob` is a Vite's special function.
Hi @bruceharrison1984 Yeah, `@hono/zod-openapi` is great and some users are using this in production such as the [unkey](https://github.com/unkeyed/unkey). > Is it possible to get the same behavior in HonoX? I...
Hi @yutakobayashidev That's not a bug. Please try this config while we are looking for a shorter way: ```ts import { defineConfig } from 'vite' import { getPlatformProxy } from...
Hi @yossydev That will be very helpful for React-users! But `honox/server` should not export `HasIslandWithReactRenderer` as the same as `HasIsland`. I'm planning to make the helper methods for using React...
This is undocumented and worth considering in the future, but is intentional and not a bug.
Hi @emmanuelchucks I don't know what details you are talking about, but that is not what we are discussing in this PR
@ryuapp Thanks! You are right. Even if it is raw CSS and not Tailwind CSS, the problem still occurs. I think that is, `app/client.ts` is executed by the browser, so...
@hideokamoto-stripe So, does that mean embedding inlined CSS into HTML at server-side rendering time? I have thought of that method but have not implemented it. I may try it. Thanks!