Skip to content

Commit

Permalink
chore: add some whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion authored Jan 14, 2025
1 parent 085fdf8 commit 302b63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/functions/edge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const writeHandlerFile = async (ctx: PluginContext, { matchers, name }: NextDefi
join(handlerDirectory, `${handlerName}.js`),
`
import { init as htmlRewriterInit } from './edge-runtime/vendor/deno.land/x/[email protected]/src/index.ts'
import {handleMiddleware} from './edge-runtime/middleware.ts';
import { handleMiddleware } from './edge-runtime/middleware.ts';
import handler from './server/${name}.js';
await htmlRewriterInit({ module_or_path: Uint8Array.from(${JSON.stringify([
Expand Down

0 comments on commit 302b63b

Please sign in to comment.