mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-15 01:32:31 -04:00
Don't run server if outputting JSON
This commit is contained in:
@@ -98,6 +98,7 @@ if (args.includes('--json')) {
|
||||
}
|
||||
writeFileSync(outFile, json, 'utf8');
|
||||
console.log(`Wrote json to ${outFile}`);
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
console.log(
|
||||
|
||||
Reference in New Issue
Block a user