fix(core): update
This commit is contained in:
13
ts/smartpuppeteer.plugins.ts
Normal file
13
ts/smartpuppeteer.plugins.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
// @pushrocks scope
|
||||
import * as smartenv from '@pushrocks/smartenv';
|
||||
|
||||
export {
|
||||
smartenv
|
||||
};
|
||||
|
||||
// third party scope
|
||||
import puppeteer from 'puppeteer';
|
||||
|
||||
export {
|
||||
puppeteer
|
||||
}
|
||||
Reference in New Issue
Block a user