diff --git a/deno/bundle.ts b/deno/bundle.ts index bbcf3c97..3e1c6063 100644 --- a/deno/bundle.ts +++ b/deno/bundle.ts @@ -1,4 +1,4 @@ -import { writeStage2 } from 'https://62d144a15553b50009af7ac6--edge.netlify.com/bundler/mod.ts' +import { writeStage2 } from 'https://62ea8d05a6858300091547ed--edge.netlify.com/bundler/mod.ts' const [payload] = Deno.args const { basePath, destPath, functions, imports } = JSON.parse(payload) diff --git a/src/formats/javascript.ts b/src/formats/javascript.ts index 019b4f4e..8da473e9 100644 --- a/src/formats/javascript.ts +++ b/src/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://62d144a15553b50009af7ac6--edge.netlify.com/bootstrap/index-combined.ts' +const BOOTSTRAP_LATEST = 'https://62ea8d05a6858300091547ed--edge.netlify.com/bootstrap/index-combined.ts' interface BundleJSOptions { buildID: string