From 8b5dc3ba7a322bac53f820f4fbff82180af5337f Mon Sep 17 00:00:00 2001 From: Daniel Tschinder <231804+danez@users.noreply.github.com> Date: Wed, 8 Mar 2023 10:28:41 +0100 Subject: [PATCH] feat: update bootstrap URL (#329) --- node/formats/javascript.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?`