Merge pull request 'Don't run sample server if outputting JSON' (#2094) from muffinista/strudel:no-server-when-json-output into main

Reviewed-on: https://codeberg.org/uzu/strudel/pulls/2094
This commit is contained in:
froos
2026-08-14 00:47:58 +02:00
+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(