Skip to content

Commit

Permalink
change restart cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Sep 14, 2024
1 parent e6d73e6 commit 87f7683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/dev/Restart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default class Restart extends Command {
});

await client.destroy();
exec("node scripts/restart.ts");
exec("node scripts/restart.js");
process.exit(0);
});

Expand Down

0 comments on commit 87f7683

Please sign in to comment.