We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
// eslint-disable-next-line quotes
1 parent 298995c commit 6b23e7bCopy full SHA for 6b23e7b
packages/build/src/adapter/bun/index.ts
@@ -40,6 +40,7 @@ const bunBuildPlugin = (pluginOptions?: BunBuildOptions): Plugin => {
40
...{
41
entryContentBeforeHooks: [
42
async (appName, options) => {
43
+ // eslint-disable-next-line quotes
44
let code = "import { serveStatic } from 'hono/bun'\n"
45
code += serveStaticHook(appName, {
46
filePaths: options?.staticPaths,
0 commit comments