fix(core): update
This commit is contained in:
26
ts/plugins.ts
Normal file
26
ts/plugins.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
// node native
|
||||
import * as path from 'path';
|
||||
|
||||
export {
|
||||
path,
|
||||
}
|
||||
|
||||
// @push.rocks scope
|
||||
import * as qenv from '@push.rocks/qenv';
|
||||
import * as smartpath from '@push.rocks/smartpath';
|
||||
import * as smartpromise from '@push.rocks/smartpromise';
|
||||
import * as smartfile from '@push.rocks/smartfile';
|
||||
|
||||
export {
|
||||
qenv,
|
||||
smartpath,
|
||||
smartpromise,
|
||||
smartfile,
|
||||
}
|
||||
|
||||
// third party
|
||||
import * as openai from 'openai';
|
||||
|
||||
export {
|
||||
openai,
|
||||
}
|
Reference in New Issue
Block a user