diff --git a/plugins/tickets/src/app.ts b/plugins/tickets/src/app.ts index 650dd69..d63fb15 100644 --- a/plugins/tickets/src/app.ts +++ b/plugins/tickets/src/app.ts @@ -32,6 +32,7 @@ async function app () { const info = JSON.stringify(metadata()) console.clear() console.log(info) + process.exit() break } case 'port': {