Commit 54f66b5a authored by rockyl's avatar rockyl

init

parent 3b92a949
......@@ -22,7 +22,7 @@ const systemComponentsSrcPath = path.join(systemComponentsPath, 'src');
const tsconfig = fs.readJsonSync(path.join(systemComponentsPath, 'tsconfig.json'));
const inputFile = program.input;
const inputFileFolder = path.dirname(path.dirname(inputFile));
const inputFileFolder = path.dirname(inputFile);
const projectPath = process.cwd();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment