diff --git a/.ozai.json b/.ozai.json index 5c91ada..de400e4 100644 --- a/.ozai.json +++ b/.ozai.json @@ -11,6 +11,11 @@ "Command": "go", "Args": ["tool", "ssgod", "watch"] }, + "mailhog": { + "URL": "/mailhog", + "Command": "MailHog", + "Args": [] + }, "tailwind": { "URL": "/tailwind", "Command": "tailwindcss", diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..cc8f8c4 --- /dev/null +++ b/TODO.txt @@ -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.