Skip to content

Commit

Permalink
web: used vendored bundle of octokit
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Jul 11, 2023
1 parent e7d04fe commit d830acb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/static/app/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Octokit } from "https://esm.sh/@octokit/rest";
import { Octokit } from "/vnd/octokit-18.12.0.min.js";
import {setup, BrowserBackend, GitHubBackend} from "/lib/treehouse.min.js";

setup(document, document.body, {
Expand Down
9 changes: 9 additions & 0 deletions web/static/vnd/octokit-18.12.0.min.js

Large diffs are not rendered by default.

0 comments on commit d830acb

Please sign in to comment.