move the database and mailer to own log sub dir, add all email change logic
This commit is contained in:
parent
ddd00e3f85
commit
a783a0e663
26 changed files with 808 additions and 225 deletions
|
@ -12,14 +12,14 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "latest",
|
||||
"@types/bun": "latest"
|
||||
"@types/bun": "latest",
|
||||
"@types/nodemailer": "latest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@atums/echo": "latest",
|
||||
"@types/nodemailer": "^6.4.17",
|
||||
"cassandra-driver": "latest",
|
||||
"fast-jwt": "latest",
|
||||
"nodemailer": "^7.0.3",
|
||||
"nodemailer": "latest",
|
||||
"pika-id": "latest"
|
||||
},
|
||||
"trustedDependencies": ["@biomejs/biome"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue