Exit A Node Script

Use this for a hard exit that kills any async stuff that's running

process.exit()

More here

https://nodejs.dev/learn/how-to-exit-from-a-nodejs-program

TODO: Look at that for more better ways to exit an app without the hard slam

~ fin ~