Don't run server if outputting JSON

This commit is contained in:
Cass Mitchell
2026-08-05 19:19:06 -04:00
parent ebc25467c0
commit adcbf9240e
+1
View File
@@ -98,6 +98,7 @@ if (args.includes('--json')) {
}
writeFileSync(outFile, json, 'utf8');
console.log(`Wrote json to ${outFile}`);
process.exit(0);
}
console.log(