From 34ab3e6253941aed7a9a3e711eb5e65f8202c57f Mon Sep 17 00:00:00 2001 From: khen <30577427+khendrikse@users.noreply.github.com> Date: Mon, 3 Oct 2022 11:03:42 +0200 Subject: [PATCH] chore: update bootstrap latest to use latest version of bootstrap --- node/formats/javascript.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/node/formats/javascript.ts b/node/formats/javascript.ts index f3d88c20..14e3b76b 100644 --- a/node/formats/javascript.ts +++ b/node/formats/javascript.ts @@ -13,7 +13,7 @@ import { ImportMap } from '../import_map.js' import type { FormatFunction } from '../server/server.js' import { getFileHash } from '../utils/sha256.js' -const BOOTSTRAP_LATEST = 'https://62f5f45fbc76ed0009624267--edge.netlify.com/bootstrap/index-combined.ts' +const BOOTSTRAP_LATEST = 'https://6335ada7879373000992f994--edge.netlify.com/bootstrap/index-combined.ts' interface BundleJSOptions { buildID: string @@ -118,7 +118,6 @@ const getLocalEntryPoint = ( return ` try { const { default: func } = await import("${url}"); - if (typeof func === "function") { functions["${func.name}"] = func; metadata.functions["${func.name}"] = ${JSON.stringify(metadata)}