diff --git a/node/formats/javascript.ts b/node/formats/javascript.ts index f1bb38b0..75982ab8 100644 --- a/node/formats/javascript.ts +++ b/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://6400da4c63e35700091e09d5--edge.netlify.com/bootstrap/index-combined.ts' +const BOOTSTRAP_LATEST = 'https://64071f3033a1800007cc20f8--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?`