Skip to content

Commit

Permalink
impl regex, resend, s3
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed Aug 2, 2023
1 parent 0c6a109 commit 12b2396
Show file tree
Hide file tree
Showing 8 changed files with 2,214 additions and 325 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# webstorm
.idea

# Wrangler

.wrangler
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "^3.382.0",
"@lucia-auth/adapter-prisma": "^3.0.0",
"@planetscale/database": "^1.8.0",
"@prisma/client": "^5.0.0",
Expand All @@ -29,6 +30,7 @@
"lucia": "^2.0.0",
"prettier": "^3.0.0",
"prisma": "^5.1.0",
"render2": "^1.2.1"
"render2": "^1.2.1",
"resend": "^0.17.2"
}
}
Loading

0 comments on commit 12b2396

Please sign in to comment.