sofn-xyz / mailing

Build, test, send emails with React
https://www.mailing.run
MIT License
3.61k stars 72 forks source link

server build should ensure directory is instantiated #399

Open elliothursh opened 1 year ago

elliothursh commented 1 year ago

Describe the bug When running npx mailing server build in a new project the command fails because there is no ./emails/preview directory.

To Reproduce run npx mailing server build without an emails directory

Expected behavior It should instantiate a new emails directory if one doesn't exist already.