Satoshi Nitawakinitaking.hashnode.dev·Nov 17, 2024HonoでStaticAssets設定するときの注意点honoで Serve static files を参照して設定していたところ、少しハマっていたのでメモ。 // /src/index.ts const app = new Hono().basePath("/api"); app.use("/static/*", serveStatic({ root: "./" })); ├── src │ ├── domain │ ├── infrastructure │ ├── routes │ └── use-case └── st...honoAdd a thoughtful commentNo comments yetBe the first to start the conversation.