diff --git a/src/commands/dev/Restart.ts b/src/commands/dev/Restart.ts index 0467cde82..9fbe29fa5 100644 --- a/src/commands/dev/Restart.ts +++ b/src/commands/dev/Restart.ts @@ -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); });