fix(core): update

This commit is contained in:
2024-03-31 01:32:37 +01:00
parent 25db0618d6
commit f2685164e5
10 changed files with 272 additions and 157 deletions

26
ts/plugins.ts Normal file
View 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,
}