Skip to content

Commit 8172457

Browse files
authored
fix deploy
1 parent e16868f commit 8172457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/cli/build/bundle-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export async function bundleServer(buildOpts: BuildOptions): Promise<void> {
104104
// Apply updater updates, must be the last plugin
105105
updater.plugin,
106106
] as Plugin[],
107-
external: ["./middleware/handler.mjs"],
107+
external: ["./middleware/handler.mjs", "cloudflare:sockets", "cloudflare:email"],
108108
alias: {
109109
// Note: it looks like node-fetch is actually not necessary for us, so we could replace it with an empty shim
110110
// but just to be safe we replace it with a module that re-exports the native fetch

0 commit comments

Comments
 (0)