atinotes
atinotes copied to clipboard
[Question] Why use `process.env` over `useRuntimeConfig`?
Hello, I am using your repo as a reference for one of my projects.
Is there a reason why you are using process.env over useRuntimeConfig in https://github.com/atinux/atinotes/blob/main/server/api/login.post.ts?
Just curious to know if there is something I am missing :)
Thanks.
Because at the moment, it is less buggy when running within CF workers!