Skip to content

Commit

Permalink
feat: update bootstrap URL (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Mar 8, 2023
1 parent cdac30d commit 8b5dc3b
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 @@ -8,7 +8,7 @@ import { deleteAsync } from 'del'
import { EdgeFunction } from '../edge_function.js'
import type { FormatFunction } from '../server/server.js'

const BOOTSTRAP_LATEST = 'https://6400da4c63e35700091e09d5--edge.netlify.com/bootstrap/index-combined.ts'
const BOOTSTRAP_LATEST = 'https://64071f3033a1800007cc20f8--edge.netlify.com/bootstrap/index-combined.ts'

const defaultFormatExportTypeError: FormatFunction = (name) =>
`The Edge Function "${name}" has failed to load. Does it have a function as the default export?`
Expand Down

0 comments on commit 8b5dc3b

Please sign in to comment.