diff --git a/packages/edge-bundler/deno/config.ts b/packages/edge-bundler/deno/config.ts index 9377184e93..a361e60f78 100644 --- a/packages/edge-bundler/deno/config.ts +++ b/packages/edge-bundler/deno/config.ts @@ -1,5 +1,5 @@ // this needs to be updated whenever there's a change to globalThis.Netlify in bootstrap -import { Netlify } from "https://64e8753eae24930008fac6d9--edge.netlify.app/bootstrap/index-combined.ts" +import { Netlify } from "https://68945e2afae503000862a504--edge.netlify.app/bootstrap/index-combined.ts" const [functionURL, collectorURL, rawExitCodes] = Deno.args const exitCodes = JSON.parse(rawExitCodes)