webtretech / nestjs-mailer-react-adapter

📨 Build and send emails in Nest framework using React.js
https://www.npmjs.com/package/@webtre/nestjs-mailer-react-adapter
MIT License
34 stars 3 forks source link

Support windows runtime #42

Closed bighoho123 closed 11 months ago

bighoho123 commented 11 months ago

When running Nestjs in a Windows environment, the template could not be loaded properly.

Only URLs with a scheme in: file and data are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'

I'll submit an PR shortly.

bighoho123 commented 11 months ago

43

kodjunkie commented 11 months ago

v0.1.2 has been released. thank you @bighoho123