Skip to content

Commit 47f1ddd

Browse files
terminal 4
1 parent 70ba1fe commit 47f1ddd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

server/services/CommandExecutor.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ const startProject = async (templateName) => {
2020
throw new Error(`Template ${templateName} not found`);
2121
}
2222

23-
for (const command of template.commands) {
24-
console.log(`Running command: ${command}`);
25-
await runCommand(command);
26-
}
27-
2823
// Run the server and client commands in separate terminals for MERN
2924
if (templateName === 'mern') {
3025
console.log(`Starting server: ${template.run[0]}`);

0 commit comments

Comments
 (0)