ralyodio
ralyodio
``` window.addEventListener('beforeunload', () => { console.log('Clicked browser back button'); }); ```
i've had clients ask for scheduling, something like calendly but integrates with your calendar.
https://electron-vite.org/
waiting to test. let us know when those issues are fixed.
terminal kit doesn't support esm either, but you can do something like this: ``` import tk from 'terminal-kit'; const term = tk.terminal; ```
i think a primate cookbook would be cool to work on. cookbook.primatejs.com -- we can pull a lot from hynt-web. I should have payments live in a week or two.
lemonsqueezy
use ssh keys instead
I will try, another problem I'm having is I want to use a Mailgun SMTP server for sending email.
I need to configure the SMTP server somehow.