From 9d76abc21ab0be4ec24c94ed57d70ad7bd6482c1 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Mon, 3 Aug 2026 11:58:28 -0400 Subject: [PATCH] Add optional MailHog to the ozai config for dev. Addeda TODO.txt so I can keep track of what I need to work on. --- .ozai.json | 5 +++++ TODO.txt | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 TODO.txt 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.