Skip to content

Commit

Permalink
chore: update edge-bundler-bootstrap (#62)
Browse files Browse the repository at this point in the history
* chore: update edge-bundler-bootstrap

* chore: i'm begging you github actions, please run

Co-authored-by: Skn0tt <[email protected]>
Co-authored-by: Simon Knott <[email protected]>
  • Loading branch information
3 people authored Jun 30, 2022
1 parent 843ecd4 commit 4fa533a
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://62ac9c589c16c50008b6ef55--edge-bootstrap.netlify.app/bundler/mod.ts'
import { writeStage2 } from 'https://62bae4994570970008142f1e--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://62ac9c589c16c50008b6ef55--edge-bootstrap.netlify.app/bootstrap/index-combined.ts'
const BOOTSTRAP_LATEST = 'https://62bae4994570970008142f1e--edge-bootstrap.netlify.app/bootstrap/index-combined.ts'

interface BundleJSOptions {
buildID: string
Expand Down

0 comments on commit 4fa533a

Please sign in to comment.