Skip to content

Commit

Permalink
Update puppeteer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiixInc authored Aug 13, 2022
1 parent 9aeaac0 commit bdfedee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/_lib/puppeteer.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { launch, Page } from 'puppeteer-core';
import chrome from 'chrome-aws-lambda';
import { launch, Page } from "puppeteer-core";
import chrome from "chrome-aws-lambda";
let _page: Page | null;

async function getPage() {
Expand Down

1 comment on commit bdfedee

@vercel
Copy link

@vercel vercel bot commented on bdfedee Aug 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

screenshot – ./

screenshot-git-main-remiixinc.vercel.app
s.vercel.app
screenshot-remiixinc.vercel.app

Please sign in to comment.