From ec149778217a10efb106dbca2dfb07a73849aa80 Mon Sep 17 00:00:00 2001 From: khen <30577427+khendrikse@users.noreply.github.com> Date: Tue, 15 Nov 2022 16:23:18 +0100 Subject: [PATCH] fix: update to newer version of bootstrap: 636e17c6f5c1ed0008150054 --- 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 787891d4..39d35cef 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://633ac6453c579c0008ede8d8--edge.netlify.com/bootstrap/index-combined.ts' +const BOOTSTRAP_LATEST = 'https://63735623f23a7a000841dfb9--edge.netlify.com/bootstrap/index-combined.ts' interface BundleJSOptions { buildID: string