Skip to content

Commit

Permalink
Fix turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Jan 8, 2025
1 parent e1df14a commit a462495
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
"build": {
"inputs": ["$TURBO_DEFAULT$", ".env"],
"dependsOn": ["^build"],
"env": [
"TURSO_DATABASE_URL",
"TURSO_AUTH_TOKEN",
"BETTER_AUTH_SECRET",
"BETTER_AUTH_BASE_URL",
"GITHUB_CLIENT_ID",
"GITHUB_CLIENT_SECRET",
"GOOGLE_CLIENT_ID",
"GOOGLE_CLIENT_SECRET",
"RESEND_API_KEY"
],
"outputs": [
".next/**",
"!.next/cache/**",
Expand Down

0 comments on commit a462495

Please sign in to comment.