Add skeleton, updates to client email formatting

This commit is contained in:
2026-05-04 16:30:05 +12:00
parent d1dd103a6e
commit bf9331bb5b
10 changed files with 875 additions and 20 deletions
+1 -1
View File
@@ -9,6 +9,6 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"types": ["node"]
"types": ["node", "vitest/globals", "@testing-library/jest-dom"]
}
}