Skip to content

Commit 6b23e7b

Browse files
committed
add // eslint-disable-next-line quotes
1 parent 298995c commit 6b23e7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/build/src/adapter/bun/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const bunBuildPlugin = (pluginOptions?: BunBuildOptions): Plugin => {
4040
...{
4141
entryContentBeforeHooks: [
4242
async (appName, options) => {
43+
// eslint-disable-next-line quotes
4344
let code = "import { serveStatic } from 'hono/bun'\n"
4445
code += serveStaticHook(appName, {
4546
filePaths: options?.staticPaths,

0 commit comments

Comments
 (0)