fix(core): update

This commit is contained in:
2020-06-01 19:38:19 +00:00
parent 3d905de2be
commit daafe0b6ff
7 changed files with 136 additions and 59 deletions

View File

@ -35,4 +35,4 @@ export const runCli = async () => {
const pathToLoad = path.join(process.cwd(), pathToTsFile);
import(pathToLoad);
}
};