Begin work on sending emails

This commit is contained in:
Jesse Wierzbinski 2024-04-11 11:50:05 -10:00
parent a4f6ce42c6
commit 0469187876
No known key found for this signature in database
6 changed files with 30 additions and 9 deletions

View file

@ -33,10 +33,8 @@
"include": [
"*.ts",
"*.d.ts",
"*.vue",
"**/*.ts",
"**/*.d.ts",
"**/*.vue",
"server/api/well-known/**/*.ts"
]
}