You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in pakage.json script says node index.js and that file doesnt even exist
in pakage.json we should use type module because it allows to use import statements instead of const require
Resend works only with import not with const require statements
3)const resend = new Resend('re_123456789'); process.env.RESEND_API_KEY should be used here
The text was updated successfully, but these errors were encountered:
Resend works only with import not with const require statements
3)
const resend = new Resend('re_123456789');
process.env.RESEND_API_KEY should be used hereThe text was updated successfully, but these errors were encountered: