Add optional MailHog to the ozai config for dev. Addeda TODO.txt so I can keep track of what I need to work on.

master
Zed A. Shaw 3 days ago
parent b073f39baa
commit 9d76abc21a
  1. 5
      .ozai.json
  2. 3
      TODO.txt

@ -11,6 +11,11 @@
"Command": "go",
"Args": ["tool", "ssgod", "watch"]
},
"mailhog": {
"URL": "/mailhog",
"Command": "MailHog",
"Args": []
},
"tailwind": {
"URL": "/tailwind",
"Command": "tailwindcss",

@ -0,0 +1,3 @@
* The qmgr needs to actually manage the queue, currently it's just a little testing tool.
* Probably also need an email testing tool that can send sample emails off the cli.
* Try to remove code.js and either bring the functionality to jzed.js or not use it.
Loading…
Cancel
Save