Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderniebuhr authored and astrobot-houston committed Oct 9, 2023
1 parent 054c5c6 commit 90d70eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/integrations/cloudflare/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export default function createIntegration(args?: Options): AstroIntegration {
'node:stream',
'node:string_decoder',
'node:util',
'cloudflare:*'
'cloudflare:*',
],
entryPoints: pathsGroup,
outbase: absolutePagesDirname,
Expand Down Expand Up @@ -372,7 +372,7 @@ export default function createIntegration(args?: Options): AstroIntegration {
'node:stream',
'node:string_decoder',
'node:util',
'cloudflare:*'
'cloudflare:*',
],
entryPoints: [entryPath],
outfile: buildPath,
Expand Down

0 comments on commit 90d70eb

Please sign in to comment.