diff --git a/packages/edge-bundler/node/formats/javascript.ts b/packages/edge-bundler/node/formats/javascript.ts index ff9de781c7..dbfdcb576d 100644 --- a/packages/edge-bundler/node/formats/javascript.ts +++ b/packages/edge-bundler/node/formats/javascript.ts @@ -8,7 +8,7 @@ import { deleteAsync } from 'del' import { EdgeFunction } from '../edge_function.js' import type { FormatFunction } from '../server/server.js' -const BOOTSTRAP_LATEST = 'https://637cf7ce9214b300099b3aa8--edge.netlify.com/bootstrap/index-combined.ts' +const BOOTSTRAP_LATEST = 'https://638debbb656907000971a081--edge.netlify.com/bootstrap/index-combined.ts' const defaultFormatExportTypeError: FormatFunction = (name) => `The Edge Function "${name}" has failed to load. Does it have a function as the default export?`