big format

This commit is contained in:
Dax Raad
2025-11-06 13:03:02 -05:00
parent 28b66f7b78
commit ed8913324e
183 changed files with 2629 additions and 2497 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export const GenerateCommand = {
handler: async () => {
const specs = await Server.openapi()
const json = JSON.stringify(specs, null, 2)
// Wait for stdout to finish writing before process.exit() is called
await new Promise<void>((resolve, reject) => {
process.stdout.write(json, (err) => {