fix(core): update

This commit is contained in:
2023-06-23 18:39:01 +02:00
parent 6c05bf6ae3
commit 6206b55deb
5 changed files with 415 additions and 518 deletions

View File

@ -31,7 +31,7 @@ export {
// third party scope
import fsExtra from 'fs-extra';
import glob from 'glob';
import * as glob from 'glob';
import yaml from 'js-yaml';
export { fsExtra, glob, yaml };