dword-design / nuxt-mail

Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.
Other
239 stars 18 forks source link

fix: support windows #166

Closed dword-design closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #166 (bbb0d3d) into master (126df1b) will decrease coverage by 0.49%. The diff coverage is n/a.

:exclamation: Current head bbb0d3d differs from pull request most recent head a694289. Consider uploading reports for the commit a694289 to get more accurate results

@@            Coverage Diff             @@
##           master     #166      +/-   ##
==========================================
- Coverage   69.87%   69.38%   -0.49%     
==========================================
  Files           6        6              
  Lines         156      147       -9     
==========================================
- Hits          109      102       -7     
+ Misses         47       45       -2     

see 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Skyline96 commented 1 year ago

174 This fixed ESM Loader error for me.

Can you please have a look at it.