Skip to content

Commit

Permalink
fix: update bootstrap to 637b7052e167bb00082f54f1 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
khendrikse committed Nov 21, 2022
1 parent 2d0a974 commit 94ddc22
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://63778906fc17350009bf07c4--edge.netlify.com/bootstrap/index-combined.ts'
const BOOTSTRAP_LATEST = 'https://637b7052e167bb00082f54f1--edge.netlify.com/bootstrap/index-combined.ts'

interface BundleJSOptions {
buildID: string
Expand Down

0 comments on commit 94ddc22

Please sign in to comment.