Skip to content

Commit b4b870f

Browse files
committed
fixed env in app.ts
1 parent fe8d15e commit b4b870f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import config from './config'
1010

1111
// Initialize Supabase client for storage operations
1212
export const supabase = createClient(
13-
config.SUPABASE_URL,
13+
config.DIRECT_URL,
1414
config.SUPABASE_ANON_KEY
1515
)
1616

0 commit comments

Comments
 (0)