Skip to content

Commit

Permalink
fix: 更新 Puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Nov 17, 2023
1 parent 36164bc commit 9a8032c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/getTaobaoEnv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ export async function getTaobaoEnv(
PYTHON_MIRROR: `${TAOBAO_MIRROR}/python`,

// Chrome Puppeteer
PUPPETEER_DOWNLOAD_HOST: TAOBAO_MIRROR,
PUPPETEER_DOWNLOAD_BASE_URL: `${TAOBAO_MIRROR}/chrome-for-testing`,
/** @deprecated */
PUPPETEER_DOWNLOAD_HOST: `${TAOBAO_MIRROR}/chrome-for-testing`,

// NW.js
NWJS_URLBASE: `${TAOBAO_MIRROR}/nwjs/v`,
Expand Down

0 comments on commit 9a8032c

Please sign in to comment.