Skip to content

Commit

Permalink
quickserver should use puppeteer from perennial, phetsims/aqua#219
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 1, 2024
1 parent f6a0b7a commit aaa3d80
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions js/npm-dependencies/puppeteer.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// Copyright 2019, University of Colorado Boulder

/**
* To be used when trying to import puppeteer from other repos.
* @author Michael Kauzmann (PhET Interactive Simulations)
*/

import puppeteer from 'puppeteer';

export default puppeteer;

0 comments on commit aaa3d80

Please sign in to comment.