Skip to content

Commit a9b82bb

Browse files
feat: initialize web application workspace with Resend integration support
1 parent cd0f0ca commit a9b82bb

4 files changed

Lines changed: 35 additions & 33 deletions

File tree

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ AWS_ACCESS_KEY_ID=
99
AWS_SECRET_ACCESS_KEY=
1010
AWS_REGION=
1111
S3_BUCKET=
12+
RESEND_API_KEY=
1213
STRIPE_SECRET_KEY=
1314
STRIPE_WEBHOOK_SECRET=
1415
SENTRY_DSN=

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"framer-motion": "^12.35.0",
1818
"gsap": "^3.14.2",
1919
"lucide-react": "^0.577.0",
20-
"next": "15.2.0",
20+
"next": "15.2.6",
2121
"react": "19.0.0",
2222
"react-dom": "19.0.0",
2323
"resend": "^6.9.4",

pnpm-lock.yaml

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

turbo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3+
"globalEnv": ["RESEND_API_KEY"],
34
"tasks": {
45
"build": {
56
"dependsOn": ["^build"],

0 commit comments

Comments
 (0)