Add Doro Wat WPA post + misc other updates
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-02 00:38:48 -04:00
parent 51aa1f8b41
commit 02d28491dc
10 changed files with 210 additions and 3 deletions

View File

@@ -22,4 +22,8 @@ globalRegistry.run(async () => {
Error.stackTraceLimit = 50
await appInstance.run()
setTimeout(() => {
process.exit(0)
}, 3000)
})