Skip to content

Commit

Permalink
fix: update bootstrap to 637cf7ce9214b300099b3aa8 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
khendrikse committed Nov 23, 2022
1 parent e87d2ed commit dfc4b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/formats/javascript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { wrapNpmImportError } from '../npm_import_error.js'
import type { FormatFunction } from '../server/server.js'
import { getFileHash } from '../utils/sha256.js'

const BOOTSTRAP_LATEST = 'https://637b7052e167bb00082f54f1--edge.netlify.com/bootstrap/index-combined.ts'
const BOOTSTRAP_LATEST = 'https://637cf7ce9214b300099b3aa8--edge.netlify.com/bootstrap/index-combined.ts'

interface BundleJSOptions {
buildID: string
Expand Down

0 comments on commit dfc4b24

Please sign in to comment.