move the database and mailer to own log sub dir, add all email change logic

This commit is contained in:
creations 2025-06-13 20:33:29 -04:00
parent ddd00e3f85
commit a783a0e663
Signed by: creations
GPG key ID: 8F553AA4320FC711
26 changed files with 808 additions and 225 deletions

View file

@ -31,3 +31,4 @@ export * from "./server";
export * from "./validation";
export * from "./database";
export * from "./mailer";
export * from "./user";