Update src/cli.ts to call Container.destroy(...)

This commit is contained in:
Garrett Mills 2023-07-16 19:46:58 +00:00
parent 846461bac6
commit 0a6b25b5c3

View File

@ -12,4 +12,5 @@ globalRegistry.run(async () => {
*/
const app = cli()
await app.run()
await app.destroy()
})