1
0
Fork 0

chore: Added newsletter scripts

This commit is contained in:
Joost De Cock 2022-06-28 12:59:31 +02:00
parent 935d380ff4
commit a48c4f8b33
8 changed files with 96 additions and 23 deletions

View file

@ -0,0 +1,4 @@
import 'dotenv/config'
import { sendTest } from './newsletter-lib.mjs'
sendTest()