fix(core): update
This commit is contained in:
21
ts/smartssr.plugins.ts
Normal file
21
ts/smartssr.plugins.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
// node native
|
||||
import * as path from 'path';
|
||||
import * as fs from 'fs';
|
||||
|
||||
export {
|
||||
path,
|
||||
fs
|
||||
};
|
||||
|
||||
// @pushrocks scope
|
||||
import * as smartdelay from '@pushrocks/smartdelay';
|
||||
import * as smartfile from '@pushrocks/smartfile';
|
||||
import * as smartpuppeteer from '@pushrocks/smartpuppeteer';
|
||||
import * as smartpromise from '@pushrocks/smartpromise';
|
||||
|
||||
export {
|
||||
smartdelay,
|
||||
smartfile,
|
||||
smartpuppeteer,
|
||||
smartpromise
|
||||
};
|
||||
Reference in New Issue
Block a user