Skip to content

Commit 3daee35

Browse files
committed
examples
1 parent 979b543 commit 3daee35

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
AI_GATEWAY_API_KEY=...
2+
NPM_TOKEN=...
3+
VERCEL_OIDC_TOKEN=...

ai-sdk-workflow-patterns/.gitignore

Lines changed: 3 additions & 3 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
4142
next-env.d.ts
42-
.env*.local
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
# Created by Vercel CLI
21
RESEND_API_KEY=...
32
VERCEL_OIDC_TOKEN=...

flight-booking-app/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
VERCEL_OIDC_TOKEN=...

flight-booking-app/.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)