Skip to content

Commit

Permalink
fix puppeteer error
Browse files Browse the repository at this point in the history
  • Loading branch information
chupapee committed Jul 9, 2023
1 parent c05fb33 commit c1ca595
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/consts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// import { isDevEnv } from './config';
import { isDevEnv } from './config';

// export const puppeteerExecutablePath = isDevEnv ? '' : '/usr/bin/google-chrome';
export const puppeteerExecutablePath = '';
export const puppeteerExecutablePath = isDevEnv ? '' : '/usr/bin/google-chrome';

0 comments on commit c1ca595

Please sign in to comment.