Hono.jsRun Fuma Comment on Hono.jsSetup It is as simple as adding the following code to your Hono app. import { Hono } from "hono"; import { HonoComment } from "@fuma-comment/server/hono"; const app = new Hono(); HonoComment({ app, storage: // storage adapter auth: // auth adapter });PreviousRole SystemNextDrizzle ORM