File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -230,6 +230,8 @@ export const env = createEnv({
230230 ZOOM_CLIENT_SECRET : z . string ( ) . optional ( ) , // Zoom OAuth client secret
231231 WORDPRESS_CLIENT_ID : z . string ( ) . optional ( ) , // WordPress.com OAuth client ID
232232 WORDPRESS_CLIENT_SECRET : z . string ( ) . optional ( ) , // WordPress.com OAuth client secret
233+ SNOWFLAKE_CLIENT_ID : z . string ( ) . optional ( ) , // Snowflake OAuth client ID
234+ SNOWFLAKE_CLIENT_SECRET : z . string ( ) . optional ( ) , // Snowflake OAuth client secret
233235
234236 // E2B Remote Code Execution
235237 E2B_ENABLED : z . string ( ) . optional ( ) , // Enable E2B remote code execution
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ import {
3030 SalesforceIcon ,
3131 ShopifyIcon ,
3232 SlackIcon ,
33+ SnowflakeIcon ,
3334 // SupabaseIcon,
3435 TrelloIcon ,
3536 WealthboxIcon ,
You can’t perform that action at this time.
0 commit comments