Skip to content

Commit

Permalink
feat: update bootstrap to 6270f39aacac8b000a2f84f4 (#21)
Browse files Browse the repository at this point in the history
Release-As: 1.0.0
  • Loading branch information
eduardoboucas committed May 3, 2022
1 parent 73f10c8 commit ff702bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno/bundle.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { writeStage2 } from 'https://625d32be1b90870009edfc99--edge-bootstrap.netlify.app/bundler/mod.ts'
import { writeStage2 } from 'https://6270f39aacac8b000a2f84f4--edge-bootstrap.netlify.app/bundler/mod.ts'

const [payload] = Deno.args
const { basePath, destPath, functions } = JSON.parse(payload)
Expand Down
2 changes: 1 addition & 1 deletion src/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://625d32be1b90870009edfc99--edge-bootstrap.netlify.app/bootstrap/index-combined.ts'
const BOOTSTRAP_LATEST = 'https://6270f39aacac8b000a2f84f4--edge-bootstrap.netlify.app/bootstrap/index-combined.ts'

interface BundleJSOptions {
buildID: string
Expand Down

0 comments on commit ff702bf

Please sign in to comment.