Skip to content

Commit

Permalink
Update chromium.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup authored Sep 28, 2021
1 parent f27b6b9 commit 6702417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/api/_lib/chromium.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { OG_HEIGHT, OG_WIDTH } from "../../../constants";
import { FileType } from "../../../types";
import { getOptions } from "./options";

// test
async function getPage(isDev: boolean) {
const options = await getOptions(isDev);
const browser = await core.launch(options);
Expand Down

0 comments on commit 6702417

Please sign in to comment.