Security fixes to lib files

This commit is contained in:
Roman Krček
2025-07-03 00:02:35 +02:00
parent 81e2e53cc5
commit 6debb8a7ce
11 changed files with 55 additions and 23 deletions

8
src/lib/google/client.ts Normal file
View File

@@ -0,0 +1,8 @@
/**
* Client-side Google API integration module
*
* This module provides utilities for interacting with Google APIs from the client-side.
*/
// Re-export auth utilities
export * from './auth/client.js';