Skip to content

Commit

Permalink
feat: update bootstrap version (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Mar 3, 2023
1 parent 9a40476 commit 88928c7
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://63ee03b14efa8d0008e1330a--edge.netlify.com/bootstrap/index-combined.ts'
const BOOTSTRAP_LATEST = 'https://6400da4c63e35700091e09d5--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 88928c7

Please sign in to comment.