diff --git a/deno/bundle.ts b/deno/bundle.ts index 6a6bf0ca..18519de1 100644 --- a/deno/bundle.ts +++ b/deno/bundle.ts @@ -1,4 +1,4 @@ -import { writeStage2 } from 'https://6270f39aacac8b000a2f84f4--edge-bootstrap.netlify.app/bundler/mod.ts' +import { writeStage2 } from 'https://628282fb528ce20008ed7664--edge-bootstrap.netlify.app/bundler/mod.ts' const [payload] = Deno.args const { basePath, destPath, functions } = JSON.parse(payload) diff --git a/src/formats/javascript.ts b/src/formats/javascript.ts index 32b205fe..ec6004ea 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://6270f39aacac8b000a2f84f4--edge-bootstrap.netlify.app/bootstrap/index-combined.ts' +const BOOTSTRAP_LATEST = 'https://628282fb528ce20008ed7664--edge-bootstrap.netlify.app/bootstrap/index-combined.ts' interface BundleJSOptions { buildID: string