chore: Added newsletter scripts
This commit is contained in:
parent
935d380ff4
commit
a48c4f8b33
8 changed files with 96 additions and 23 deletions
4
scripts/send-real-newsletter.mjs
Normal file
4
scripts/send-real-newsletter.mjs
Normal file
|
@ -0,0 +1,4 @@
|
|||
import 'dotenv/config'
|
||||
import { sendReal } from './newsletter-lib.mjs'
|
||||
|
||||
sendReal()
|
Loading…
Add table
Add a link
Reference in a new issue