diff --git a/turbo.json b/turbo.json index 4b0d365..0eca089 100644 --- a/turbo.json +++ b/turbo.json @@ -8,7 +8,8 @@ "outputs": [ "dist/**", ".next/**" - ] + ], + "env": ["KV_REST_API_TOKEN", "KV_REST_API_URL"] }, "lint": { "outputs": []