Skip to content

Commit

Permalink
fix(cloudflare): esbuild settings for cloudflare
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Jonathan Dunlap <595843+jadbox@users.noreply.github.com>
  • Loading branch information
alexanderniebuhr and jadbox committed Oct 10, 2023
1 parent 90d70eb commit c5138b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/integrations/cloudflare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ Astro's Cloudflare adapter allows you to use any Node.js runtime API supported b
- assert
- AsyncLocalStorage
- Buffer
- Crypto
- Diagnostics Channel
- EventEmitter
- path
Expand Down
2 changes: 2 additions & 0 deletions packages/integrations/cloudflare/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ export default function createIntegration(args?: Options): AstroIntegration {
'node:assert',
'node:async_hooks',
'node:buffer',
'node:crypto',
'node:diagnostics_channel',
'node:events',
'node:path',
Expand Down Expand Up @@ -365,6 +366,7 @@ export default function createIntegration(args?: Options): AstroIntegration {
'node:assert',
'node:async_hooks',
'node:buffer',
'node:crypto',
'node:diagnostics_channel',
'node:events',
'node:path',
Expand Down

0 comments on commit c5138b0

Please sign in to comment.