Skip to content

Commit 979b543

Browse files
committed
feat: birthday example
1 parent 7ecc08b commit 979b543

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Created by Vercel CLI
2+
RESEND_API_KEY=...
3+
VERCEL_OIDC_TOKEN=...

birthday-card-generator/.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ yarn-debug.log*
3030
yarn-error.log*
3131
.pnpm-debug.log*
3232

33-
# env files (can opt-in for committing if needed)
34-
.env*
33+
# local env files
34+
.env*.local
35+
.env
3536

3637
# vercel
3738
.vercel
3839

3940
# typescript
4041
*.tsbuildinfo
41-
next-env.d.ts
42-
.env*.local
42+
next-env.d.ts

0 commit comments

Comments
 (0)