Skip to content

Commit

Permalink
デプロイ先プラットフォームで事前登録済みの環境変数を列挙
Browse files Browse the repository at this point in the history
  • Loading branch information
sweshelo committed Nov 27, 2024
1 parent b6a67a1 commit 2f747e6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"tasks": {
"build": {
"outputs": [".next/**"]
"outputs": [
".next/**"
],
"env": [
"SUPABASE_PASSWORD",
"SUPABASE_URL",
"SUPABASE_API_KEY"
]
},
"build:verify": {},
"lint": {},
Expand All @@ -10,4 +17,4 @@
"cache": false
}
}
}
}

0 comments on commit 2f747e6

Please sign in to comment.