Skip to content

Commit

Permalink
chore: update bootstrap to the correct latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
khendrikse committed Oct 3, 2022
1 parent 0541103 commit 124af3e
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://6335ada7879373000992f994--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

0 comments on commit 124af3e

Please sign in to comment.