Skip to content

Commit

Permalink
fix: update to newer version of bootstrap: 636e17c6f5c1ed0008150054 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
khendrikse committed Nov 15, 2022
1 parent 34c39e7 commit aa980a0
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 @@ -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://633ac6453c579c0008ede8d8--edge.netlify.com/bootstrap/index-combined.ts'
const BOOTSTRAP_LATEST = 'https://63735623f23a7a000841dfb9--edge.netlify.com/bootstrap/index-combined.ts'

interface BundleJSOptions {
buildID: string
Expand Down

0 comments on commit aa980a0

Please sign in to comment.