antonioGlavocevic
antonioGlavocevic
Is there a way to have the application run on boot and in the background constantly? I have tried with @reboot in cron but no luck.
@Sapd Thanks, I have it working automatically now. _I thought I might just mention incase someone has a similar problem:_ the rules files are different compared to the master branch...
Just stumbled into this while upgrading. Currently handling it via a pinned version override in my package.json. ``` json "//": "remove below once resolved: https://github.com/resend/react-email/issues/2426", "pnpm": { "overrides": { "prettier":...