Skip to content

Commit aaad69e

Browse files
ci: apply automated fixes
1 parent 298995c commit aaad69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const bunBuildPlugin = (pluginOptions?: BunBuildOptions): Plugin => {
4040
...{
4141
entryContentBeforeHooks: [
4242
async (appName, options) => {
43-
let code = "import { serveStatic } from 'hono/bun'\n"
43+
let code = 'import { serveStatic } from \'hono/bun\'\n'
4444
code += serveStaticHook(appName, {
4545
filePaths: options?.staticPaths,
4646
root: pluginOptions?.staticRoot,

0 commit comments

Comments
 (0)