-
I'm trying to statically serve some files, in the docs it says to use serveStatic from @hono/bun, but I receive the error modules and its types not found. I've tried multiple solutions but none work:
How to solve this? |
Beta Was this translation helpful? Give feedback.
Answered by
AmodeusR
Jan 8, 2025
Replies: 1 comment
-
I was wrongly importing as |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AmodeusR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was wrongly importing as
import { serveStatic } from "@hono/bun"
instead ofimport { serveStatic } from "hono/bun"