Skip to content

Commit

Permalink
feat: update bootstrap_url (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Dec 6, 2022
1 parent e6ea039 commit d1f44d6
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://638debbb656907000971a081--edge.netlify.com/bootstrap/index-combined.ts'
const BOOTSTRAP_LATEST = 'https://638f0e00dc20510008d6a1f4--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 d1f44d6

Please sign in to comment.