Skip to content

Commit

Permalink
chore: add 'cloudflare:sockets' to external list
Browse files Browse the repository at this point in the history
  • Loading branch information
jadbox committed Oct 6, 2023
1 parent e5e6cf1 commit f7f2802
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/integrations/cloudflare/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ export default function createIntegration(args?: Options): AstroIntegration {
'node:stream',
'node:string_decoder',
'node:util',
'cloudflare:sockets'
],
entryPoints: pathsGroup,
outbase: absolutePagesDirname,
Expand Down Expand Up @@ -371,6 +372,7 @@ export default function createIntegration(args?: Options): AstroIntegration {
'node:stream',
'node:string_decoder',
'node:util',
'cloudflare:sockets'
],
entryPoints: [entryPath],
outfile: buildPath,
Expand Down

0 comments on commit f7f2802

Please sign in to comment.