Skip to content

Commit

Permalink
feat: update bootstrap latest to use latest version of bootstrap (#146)
Browse files Browse the repository at this point in the history
* chore: update bootstrap latest to use latest version of bootstrap

* chore: update bootstrap to the correct latest version
  • Loading branch information
khendrikse committed Oct 3, 2022
1 parent 39312a4 commit 9aef2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/formats/javascript.ts
Expand Up @@ -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://6335ada772145800075958c3--edge.netlify.com/bootstrap/index-combined.ts'

interface BundleJSOptions {
buildID: string
Expand Down Expand Up @@ -118,7 +118,7 @@ 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)}
Expand Down

0 comments on commit 9aef2f7

Please sign in to comment.