Add GIVE_DOMAINS support with separate static directories

This commit is contained in:
Ian Gulliver
2026-01-17 08:04:39 -07:00
parent 19ed567819
commit 8b82e2a658
16 changed files with 322 additions and 23 deletions

View File

@@ -1,8 +1,9 @@
- Never change directories (no `cd`)
- DO NOT add comments to code unless something is *incredibly* subtle
- Use e.g. map[string]bool{} instead of make() wherever possible
- Use all-lowercase log messages
- Prepend log messages with [ERROR] if applicable
- Don't mention claude in commit messages. Keep them to a single, short, descriptive sentence
- Don't mention claude in commit messages (no Co-Authored-By). Keep them to a single, short, descriptive sentence
- Always push after commiting
- Use git add -A so you don't miss files when committing
- Never use go build -- use go run instead