Commit eb4619a3 authored by xsahxl's avatar xsahxl
Browse files

feat: 🎸 dk-init stdio inherit

parent fa807280
Showing with 2 additions and 1 deletion
+2 -1
......@@ -41,6 +41,7 @@ export class InitManager {
spawnSync(`node ${dkInit}`, {
cwd: appPath,
shell: true,
stdio: 'inherit',
});
await this.assemblySpecialApp(name, { projectName, appPath }); // Set some app template content
// postInit
......
Supports Markdown
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